https://mybank.icbc.com.cn/icbc/perbank/index.jsp

解决方案 »

  1.   

    用非IE看就能看到代码了<html>
    <head>
    <title>中国工商银行新一代网上银行</title>
    <script language="JavaScript"> 
         //added by fxq 
         if (top.location != location){
             top.location.href = location.href;
          }
    </script> <meta http-equiv="Content-Type" content="text/html; charset=GBK">
    </head>
    <frameset rows="*,0" border="0" framespacing="0" cols="*" frameborder="NO"> 
      <frame name="indexFrame" scrolling="AUTO" src="./index2.jsp" target=_top  marginwidth="0" marginheight="0" noresize >
      <frame name="null"  src="./1.html">
    <noframes> 
    <body bgcolor="#FFFFFF" text="#000000">
    </body>
    </noframes> </html>
      

  2.   

    对低手好办啊,oncontextmenu=return false把右键禁了,用window.open()把菜单禁了就成了。对高手嘛……你以为高手那么空去研究你的网站啊?关键是永远不要把敏感信息放到页面上。
      

  3.   

    普通的html加密基本上是加上document.write (something)这样仅仅不便于拷贝,但还是可以看到的