D
Dennis
I have a domain name I just purchased and forwarded
it to my ISP (free) web server. The forwarding works
as expected and gets me to my home page. The links
written in HTML (anchors) work as expected, using
a relative name (i.e., "main.html" without the domain
name preceeding it).
One of the links is dynamic, leading to a subpage based
on date, and is written in javascript. The script works
if the page is on my local disk and if I use the ISP's address
to get to the page, but not if I use the forwarded name.
I have something like
documentID = <generate the name>
window.top.frames.Main.location.href= documentID;
documentID is a relative name (i.e., "main.html"). Again, it
works if I get to the page via my ISP address, but not the
forwarded address.
Any Help?
Thanks,
Dennis
it to my ISP (free) web server. The forwarding works
as expected and gets me to my home page. The links
written in HTML (anchors) work as expected, using
a relative name (i.e., "main.html" without the domain
name preceeding it).
One of the links is dynamic, leading to a subpage based
on date, and is written in javascript. The script works
if the page is on my local disk and if I use the ISP's address
to get to the page, but not if I use the forwarded name.
I have something like
documentID = <generate the name>
window.top.frames.Main.location.href= documentID;
documentID is a relative name (i.e., "main.html"). Again, it
works if I get to the page via my ISP address, but not the
forwarded address.
Any Help?
Thanks,
Dennis