in reply to load a script at one location BUT the browser thinks im somewhere else.

This is a truly cheesy solution, but one that I've applied a few times to (partly) hide URLs. Use Frames:
<frameset rows="*"> <frame src="http://www.mysite.com/cgi/myscript.cgi"> </frameset>
The browser will only display the URL that is hosting this page, not the source of the frame.
  • Comment on Re: load a script at one location BUT the browser thinks im somewhere else.
  • Download Code