IE 5 for MAC popup window problem

G

ganya

<script language="JavaScript">
<!--
function closePopUp() {
if (window.popupwin)
{
popupwin.close();
}
}



function spawnWindow(URL,Name,features) {

popupwin = window.open(URL,Name,features);
}

//-->
</script>



In the above script everything works fine on a PC but fails on IE5 for
the Mac.. anybody have any ideas? The script checks to see if a popup
window is already open and then closes it and opens a new one if there
is. Otherwise it just opens a new window.

Thanks in advance
 

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

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top