Please reply asap.
i'm using this code please check and modify once.
<script language="javascript"> var popup; testwindow=window.open("","testwindow"); if(testwindow) { popup=false; alert("PopUp Block is closed"); testwindow.close(); } else { popup=true; alert("Popup Block is open"); testwindow.close(); }script> Thanks & Regards
Hari
Replies
Know the answer? Post it — somebody with the same question will find it here.