Dinglo
12-03-2003, 09:42 PM
Basically I have a button that calls up a javascript popup window. I want to be able to swap out the contents of that window with other html pages. So I need a code to check to see if the window is open before i replace the contents and if it is not open to create it with the javascript methods. I've figured out the If and Else statements but I don't know how to write the code to see if my target is available (window is open). Please Help. Thanks.