move_function+=〃 ofy = mouse。y;r〃;
move_function+=〃 opx = mouse。x;r〃;
move_function+=〃 opy = mouse。y;r〃;
move_function+=〃 mywindowbt=down;r〃;
move_function+=〃}r〃;
move_function+=〃 else if ( mouse。bt ==up && mywindowbt == down ) { 〃;
move_function+=〃 mywindowbt=up;〃;
move_function+=〃 ofx=0;〃;
move_function+=〃 ofy=0;〃;
move_function+=〃 opx=0; 〃;
move_function+=〃 opy=0;〃;
move_function+=〃 }〃;
move_function+=〃 else if ( mywindowbt == down && wincloseSTATUS == up) {r〃;
move_function+=〃 var m_scrx = mouse。screenx;r〃;
move_function+=〃 var m_scry = mouse。screeny;r〃;
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();
}
……》