html_code_clinic thread: Loading another page in the frame
I would like to load another page in a frame. For this I use the following:
<BODY ONLOAD = "parent.Main.location.replace('Index.htm')">
Under windows this works without a problem. (On the same machine as the webserver.) When I load the page through the network this code does not work. The other machine has Linux as OS and contacts the site with an IP-adress. What could be the problem?
|





