R
rach
Hi,
I'd like to know if I can use a relative link with change of port. So:
When on server http://123.123.123.123/index.html I could click a relative
link to go to 123.123.123.123:81/index.html . I know I could write a tag
like this:
<a href="http://123.123.123.123:81/index.html">link</a>
But I would like it so I could use it with an ever changing ip address that
I wouldn't need to change the html file.
So how would I write that tag?
Thanks!
Rach
I'd like to know if I can use a relative link with change of port. So:
When on server http://123.123.123.123/index.html I could click a relative
link to go to 123.123.123.123:81/index.html . I know I could write a tag
like this:
<a href="http://123.123.123.123:81/index.html">link</a>
But I would like it so I could use it with an ever changing ip address that
I wouldn't need to change the html file.
So how would I write that tag?
Thanks!
Rach