Hi,
from my testing, this is true, but i just want to make sure it is a standard and not just coincidence that all browsers ive tested it in it works
basically, i have a page on
http://domain.com/sub/dirs/1/2/3/page.htm
which has
<a href="/home.php">
will that always link to
http://domain.com/home.php
?
and of course will linking to /sub/dirs/1/2/3/page.htm
link to itself (ie, link to http://domain.com/sub/dirs/1/2/3.htm) ??
thanks