brucegonewild
Programmer
This must be super easy for you javascript wizards! here's my code:
Just a note, myHandle is a local function variable.
Is there an onClosed event that I can handle? Any help is much apreciated!!
Code:
var myHandle = window.open(url);
if (myHandle.closed)
{
alert("aloha");
}
Just a note, myHandle is a local function variable.
Is there an onClosed event that I can handle? Any help is much apreciated!!