B
Bill
I understand that:
<a href="/LINK.ASP"> goes to LINK.ASP from the web root,
<a href="LINK.ASP"> goes to LINK.ASP in the same directory
where does
<a href="../LINK.ASP"> go to? Is it LINK.ASP one directory above?
Is there a spec for relative URLs in a link?
Thanks!
<a href="/LINK.ASP"> goes to LINK.ASP from the web root,
<a href="LINK.ASP"> goes to LINK.ASP in the same directory
where does
<a href="../LINK.ASP"> go to? Is it LINK.ASP one directory above?
Is there a spec for relative URLs in a link?
Thanks!