Searched refs:debugWin (Results 1 – 1 of 1) sorted by relevance
688 var debugWin; variable722 if (debugWin && !debugWin.closed) { debugWin.close(); }723 …debugWin = window.open("", "pgn4web_debug_data", "resizable=yes,scrollbars=yes,toolbar=no,location…724 if (debugWin) {725 debugWin.document.open("text/html", "replace");726 …debugWin.document.write("<html><head><title>pgn4web debug info</title><link rel='icon' sizes='16x1…727 debugWin.document.close();728 if (window.focus) { debugWin.focus(); }