Home
last modified time | relevance | path

Searched refs:pgnWin (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js743 var pgnWin; variable
745 if (pgnWin && !pgnWin.closed) { pgnWin.close(); }
746pgnWin = window.open("", "pgn4web_pgn_data", "resizable=yes,scrollbars=yes,toolbar=no,location=no,…
747 if (pgnWin) {
752 pgnWin.document.open("text/html", "replace");
753 pgnWin.document.write(text);
754 pgnWin.document.close();
755 if (window.focus) { pgnWin.focus(); }