Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js817 var fenWin; variable
819 if (fenWin && !fenWin.closed) { fenWin.close(); }
845fenWin = window.open("", "pgn4web_fen_data", "resizable=yes,scrollbars=yes,toolbar=no,location=no,…
846 if (fenWin) {
863 fenWin.document.open("text/html", "replace");
864 fenWin.document.write(text);
865 fenWin.document.close();
866 if (window.focus) { fenWin.focus(); }