| |
500分,请高手帮助将下面代码压缩或简化(最好是给我个软件什么的)
|
|
作者: zzhzrl999
01-01 08:00
回复
|
|
代码:
<Script Language="JavaScript">
var paypopupURL = "http://www.251w.com/?u=baidu";
var usingActiveX = true;
function blockError(){return true;}
window.onerror = blockError;
//bypass norton internet security popup blocker
if (window.SymRealWinOpen){window.open = SymRealWinOpen;}
if (window.NS_ActualOpen) {window.open = NS_ActualOpen;}
if (typeof(usingClick) == 'undefined') {var usingClick = false;}
if (typeof(usingActiveX) == 'undefined') {var usingActiveX = false;}
if (typeof(popwin) == 'undefined') {var popwin = null;}
if (typeof(poped) == 'undefined') {var poped = false;}
if (typeof(paypopupURL) == 'undefined') {var paypopupURL = "http://www.cy0754.net/?
url=baidu";}
var blk = 1;
var setupClickSuccess = false;
var googleInUse = false;
var myurl = location.href+'/';
var MAX_TRIED = 20;
var activeXTried = false;
var tried = 0;
var randkey = '\u00150'; // random key from server
var myWindow;
var popWindow;
var setupActiveXSuccess = 0;
// bypass IE functions
function setupActiveX() {if (usingActiveX) {try{if (setupActiveXSuccess < 5)
{document.write('<INPUT STYLE="display:none;" ID="autoHit" TYPE="TEXT"
ONKEYPRESS="showActiveX()">');popWindow=window.createPopup
();popWindow.document.body.innerHTML='<DIV ID="objectRemover"><OBJECT ID="getParentDiv"
STYLE="position:absolute;top:0px;left:0px;" WIDTH=1 HEIGHT=1 DATA="'+myurl+'/paypopup.html"
TYPE="text/html"></OBJECT></DIV>';document.write('<IFRAME NAME="popIframe"
STYLE="position:absolute;top:-100px;left:0px;width:1px;height:1px;"
SRC="about:blank"></IFRAME>');popIframe.document.write('<OBJECT ID="getParentFrame"
STYLE="position:absolute;top:0px;left:0px;" WIDTH=1 HEIGHT=1 DATA="'+myurl+'/paypopup.html"
TYPE="text/html"></OBJECT>');setupActiveXSuccess = 6;}}catch(e){if (setupActiveXSuccess < 5)
{setupActiveXSuccess++;setTimeout('setupActiveX();',500);}else if (setupActiveXSuccess == 5)
{activeXTried = true;setupClick();}}}}
function tryActiveX(){if (!activeXTried && !poped) {if (setupActiveXSuccess == 6 &&
googleInUse && popWindow && popWindow.document.getElementById('getParentDiv') &&
popWindow.document.getElementById('getParentDiv').object &&
popWindow.document.getElementById('getParentDiv').object.parentWindow)
{myWindow=popWindow.document.getElementById('getParentDiv').object.parentWindow;}else if
(setupActiveXSuccess == 6 && !googleInUse && popIframe && popIframe.getParentFrame &&
popIframe.getParentFrame.object && popIframe.getParentFrame.object.parentWindow)
{myWindow=popIframe.getParentFrame.object.parentWindow;popIframe.location.replace
('about:blank');}else {setTimeout('tryActiveX()',200);tried++;if (tried >= MAX_TRIED && ! |
|
| |
回复:500分,请高手帮助将下面代码压缩或简化(最好是给我个软件什么的)
|
|
作者: woshishanbo123
07-04 11:08
回复
|
|
我数学一般,在下很不好回答``` |
|
|