關燈 巨大 直達底部
親,雙擊螢幕即可自動滾動
第24部分

&& mywindowbt == 'up' && mouse。bt =='up') { mywindowbt = 'over' }r〃;

move_function+=〃 else if (( mouse。y 》 22 || mouse。y 《 1 ) && mywindowbt == 'over' && mouse。bt =='up') { mywindowbt = 'up'}r〃;

move_function+=〃 else if (mouse。y =1 && mywindowbt == 'over' && mouse。bt == 'down' ) { r〃;

move_function+=〃self。window。focus();r〃;

move_function+=〃 ofx = mouse。x;r〃;

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');

newWin