logo

New Response

« Return to the main article

You are replying to:

    • avatar
    • javier
    • Posted on Thu 24 Feb 2005

    What I have done to avoid the undesired refresh:

    function windowOpener(url, name, args) { if(typeof(popupWin) != "object" || popupWin.closed) { popupWin = window.open(url,name,args); } else { if (name!=popupWin.name){ popupWin.close(); popupWin = window.open(url,name,args); } } popupWin.focus(); return popupWin; }

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: