这个加密真是厉害-代码俺找不到,,,热爱的来讨论讨论解决的方法吧!来着有分 up
http://www.ayzk.com/html/hj.asp

解决方案 »

  1.   

    这是ASP文件,生成的也就是你看到的代码是解释后的代码啦,你当然找不到源程序啦!!
      

  2.   

    http://www.csdn.net/cnshare/soft/12/12290.shtm
    有完整的源码
      

  3.   

    qwe()得源码:var i=0;
    function qwe()
    {
    var aa=dhtml.value;
    var re1=/.+/g;
    var r2=aa.match(re1);
    r3=r2[i].replace(/<\//g,"<\\\/");
    r4=r3.replace(/\'/g,"\\\'");
    r5=r4.replace(/\r$/g,'');
    r6=r5.replace(/</g,"&lt;");
    r7=r6.replace(/>/g,"&gt;");
    if(T1.value==1)
    {
    if(i==0){
    S2.document.body.innerHTML="";
    S2.document.body.innerHTML+="<font color=#000080>"+T2.value+"="+"</\font>''"+"+'\\n';"+"<br>";
    S2.document.body.innerHTML+="<font color=#000080>"+T2.value+"+="+"</\font>'<font color=red>"+r7+"</\font><font color=#000080>'+'\\n';</\font><br>";
    }
    if(i!=0){
    S2.document.body.innerHTML+="<font color=#000080>"+T2.value+"+="+"</\font>'<font color=red>"+r7+"</\font><font color=#000080>'+'\\n';</\font><br>";}
    }
    if(T1.value==2)
    {
    if(i==0){
    S2.document.body.innerHTML="";
    S2.document.body.innerHTML+="<font color=#000080>"+T3.value+"('<font color=red>"+r7+"</\font><font color=#000080>');</\font><br>";
    }
    if(i!=0){S2.document.body.innerHTML+="<font color=#000080>"+T3.value+"('<font color=red>"+r7+"</\font><font color=#000080>');</\font><br>";}
    }
    i++
    if(r2[i] != null){setTimeout('qwe()',0);}
    if(r2[i] == null){
    i=0;
    functionscript()
    }
    }
    function functionscript()
    {
    var aaa=S2.document.body.innerHTML;
    var re11=/^|\n/i; 
    var r22=aaa.replace(re11,'<font color=#0000FF>&lt;script&gt;<br><font color="#336699">function qwe()<br></\font>{</\font><br>');var re111=/$.*/g; 
    var r222=r22.replace(re111,'}<br><font color=#0000FF>&lt;/\script&gt;</\font>');
    S2.document.body.innerHTML=r222;
    }
    function winopen()
    {
    var winop=window.open();
    var str=S2.document.body.innerText;
    r1=str.replace(/&lt;/g,"<");
    r2=r1.replace(/&gt;/g,">");
    winop.document.write(r2);
    winop.document.close();
    }
      

  4.   

    to  kingdomzhf(旭日东升) 
    请问你是怎么得到的???我怎么看不到代码?
      

  5.   

    开始
    程序
    附件
    Microsoft Script Debugger(如果装脚本调试器的话)
    执行后选择VIEW菜单
    点选择running Documents选项
    能看到你所有IE包括任何引用和框架的的列表文件
    然后点选其中的框架程序
    双击就能看到代码