Mac compatibility problem

S

Simon Wigzell

I want one window to open another window which then changes the URL in the
first window, Here are the 2 files, works fine on a PC running XP and IE,
doesn't work on a iMac running OSX and IE, any ideas? On the mac the calling
window just gets replaced with a blank.

--------------------------main.htm------------------------------
<html>
<body>
<script>
window.name = "MPC";
NewWindow = window.open('HandleReplace.htm',"NewWindow",'');
</script>
</body>
</html>
------------------------------------------------------------------
--------------------------HandleReplace.htm--------------------
<html>
<body>
<script>
windowHandle=window.open('','MPC','');
windowHandle.location.replace("http://www.bbc.com");
</script>
</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top