按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!
move_function+〃 var m_scry mouse。screeny;r〃;
move_function+〃 px m_scrxofx;r〃;
move_function+〃 py m_scryofy;r〃;
move_function+〃 top。window。moveTo(px;py);r〃;
move_function+〃 }r〃;
move_function+〃 setTimeout('initToMoveWin()';1);r〃;
move_function+〃 }r〃;
move_function+〃 initToMoveWin()r〃;
newWindowwindow。open(;〃newWindow〃;〃fullscreen1〃;〃width〃+w+〃;height〃+h);
newWindow。resizeTo(w;h);
newWindow。moveTo(x;y);
newWindow。document。open();
newWindow。document。write('');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('r');
newWindow。document。write('');
newWindow。document。write('');
newWindow。document。close();
newWindow。focus();
}
//》