var sw1 = window.open(urlPath,"windowname" , settings);
if (sw1)
sw1.focus();
else
alert("Popup blocker detected" );
No comments:
Post a Comment