| Author |
hyperlink
|
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
Hi All, i saw some hyperlink like below <a href="#"> or <a href="."> ...when i click the link,it takes me to the login page..surprise!! it is not showing any error... please anyone can explain me thanks & regards, seetharaman.v [ April 15, 2008: Message edited by: Bear Bibeault ]
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8264
|
|
This is a question about HTML, and would be better placed in our HTML forum. Please remember to carefully choose your forum. An anchor tag with a "#" is a fragment identifier, a link within a document (our own Struts FAQ is full of them). Of course, if it doesn't have a label after the "#" and a matching label somewhere else in the document, it isn't going to link anywhere. I'd expect an anchor containing only "." to be a self-reference. Where did you find these examples?
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: hyperlink
|
|
|