Hi,
Firstly hello as this is my first post. I've just started using javascript and have built a pop up window test for two windows. So have code on 3 pages. The 1st pop up is flash and u click the far right button and then more>> to get the next pop up.
Hopefully my flash detect should work, so i've included a pop up link on my "no flash" page.
Works well. slightly odd when opens 2nd pop up. BUt when i close both i get a javascript error. Any help on any of these issues would be much appreciated.
url of error:
regards
BenG
Firstly hello as this is my first post. I've just started using javascript and have built a pop up window test for two windows. So have code on 3 pages. The 1st pop up is flash and u click the far right button and then more>> to get the next pop up.
Hopefully my flash detect should work, so i've included a pop up link on my "no flash" page.
Works well. slightly odd when opens 2nd pop up. BUt when i close both i get a javascript error. Any help on any of these issues would be much appreciated.
url of error:
Code:
function FocusMe1()
{
if(!window.window1){
}
else {setTimeout("window1.focus()",10);
}
}
</SCRIPT>
</head>
<body onFocus = "FocusMe1()"
regards
BenG