it's a "bookmark"

basically, it's telling the browser to scroll the page down until it finds
the named bookmark

eg
<a name="top">Top of page</a>
blah...
...
<a href="#top">go to top</a>

clicking on that link will scrol the page to "top"

in your case, it's a "no-name" bookmark, and most browsers treat this as
either "don't move" or "top"

it's useful when doing "onClicks", etc. when you don't want to user to go to
a different page

HTH


-----Original Message-----
From: Mantas Kriauciunas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 5:17 PM
To: PHP General List
Subject: [PHP] Interesting Links, can be not PHP


Hey PHP General List,

  Well i have seen some strange links last few months.... earlyer i
  didn't look at them because i didn't care... and now i am curious...
  how to understand link like this Http://www.foo.com/# and thats
  it... links ends and as it sayes for example it links to Our Works
  page on that website... how to understand that # ? can anybody
  expain? or give link to explanation ?

:------------------------------:
        Have A Nice Day! 
 Mantas Kriauciunas A.k.A mNTKz

Contacts:
[EMAIL PROTECTED]
Http://mntkz-hata.visiems.lt


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to