电脑十万个为什么-第33部分
按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!
move_function+=〃 px = m_scrx … ofx;r〃;
move_function+=〃 py = m_scry … ofy;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〃;
newWindow=window。open(〃〃;〃newWindow〃;〃fullscreen=1〃;〃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();
}
//……》