I'm trying to establish a link to an ASP page using a relative path, the problem is that the browser(ie6) always sets the link to file:///myfile.asp, this causes the file to open in my developemnt environment. When I hard code the link the file opens in the browser.
The question is how do I write a link
so that it opens in the browser and not the development environment.
The question is how do I write a link
Code:
<a href="myfile.asp">myfile</a>