Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
if(document.getElementByID('im_window_18').closed)
{
//PopUp Window
}
//declare the variable outside your window open function
var im_window_18;
function createPopUp(URL){
if(im_window_18==null || typeof(im_window_18)=="undefined"){
im_window_18.focus()
} else {
//create your window
}
}
1 to 2 of 2