神鸟电子书 > 经管其他电子书 > 电脑十万个为什么 >

第33部分

电脑十万个为什么-第33部分

小说: 电脑十万个为什么 字数: 每页4000字

按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 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();
        }
        //……》
        

返回目录 上一页 下一页 回到顶部 2 2

你可能喜欢的