Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Loading another page in the frame


Message #1 by "Cecil Westerhoff" <cwesterh@w...> on Thu, 9 May 2002 15:52:11
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?

  Return to Index