Posted by Andy Dingley on 09/21/06 14:59
Dave wrote:
> Can anyone tell me the difference between the following where
> "Test.asp" is found in the same folder as the target page calling the
> hyperlink "Last Image"?
>
> 1. <a href="./Test.csp">Last Image</a>
> 2. <a href="Test.asp">Last Image</a>
One is "csp"
Otherwise the resolution of the URLs ought to point to the same
directory. As to the actuality for your real server, then take the URL
of this page (which you didn't tell us) and see what you get by
following each link. The LiveHTTPHeaders extension for Firefox is worth
using for this.
[Back to original message]
|