<frameset border="0" frameborder="0" framespacing="0" rows="*">
  <noframes>
  </noframes>
  <frame frameborder="NO" marginwidth="0" name="upperframe" noresize src="2233d86.asp?film1=15&film2=8" scrolling="auto">
</frameset>

解决方案 »

  1.   

    孟子的网站上将script加解密的方法说得很清楚。去看看
    http://lucky.myrice.com
      

  2.   

    谢谢,我找到了http://www.csdn.net/Develop/Read_Article.asp?Id=6244
    非常感谢“孟子E章”
    <HTML><SCRIPT LANGUAGE="Javascript">
    var Words ="%3Chtml%3E%3Cbody%20bgcolor%3D%22red%22%3E%3Cp%3E%u8FD9%u662F%u4F8B%u5B50%uFF01%uFF01%uFF1A%uFF09%3C/p%3E%3C/body%3E%3C/html%3E"
    var NewWords;
    NewWords = unescape(Words);
    NewWords=NewWords.toString();
    function password(){
    document.pw.txtpw.value=NewWords;
    }
    </SCRIPT>
    <BODY>
    <form name=pw>
    <input type=button onclick="password()" value="解密">
    <br>
    <textarea name="txtpw" cols="100" rows="100"></textarea>
    </form>
    </BODY>
    </HTML>