On Wed, Apr 05, 2000 at 03:37:23PM +0200, Jonas Nordström wrote:
[SNIP]
> For example, if
> the HTML contains "<A HREF="path/my_file.html">" I want to change that to 
> "<A HREF="https://gateway_server/intranet_host/path/myfile.html>"
> 
Actually links of that isn't a problem - the browser will think of it
relative to its current position, which means that a link like:
<A HREF="path/my_file.html"> in a page like https://gateway_server/intranet_host/
will be automatically requested as 
https://gateway_server/intranet_host/path/myfile.html

So basically that specific example isn't a problem - something like 
<A HREF="http://intranet_host/"> would be a problem.

vh

Mads Toftum, QDPH

Reply via email to