设为首页 | 热门标签 | RSS 订阅 | 加入收藏
游客可以选择 菜鸟导航 | 成为会员 | 马上登陆

返回首页
当前位置: 主页 > 资料馆 > 正文

网页防复制代码

时间:2009-08-19 21:23 作者:飞雪鸿云 来源:未知 点击:
不错的网站404错误页面
  

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  2. <html xmlns="http://www.w3.org/1999/xhtml"> 
  3. <head> 
  4. <title>不错的网站404错误页面</title> 
  5. <meta http-equiv="content-type" content="text/html;charset=gb2312"> 
  6. <!--把下面代码加到<head>与</head>之间--> 
  7. <style type="text/css"> 
  8. body{  
  9. background-color:#000;  
  10. margin:0px;  
  11. padding:0px;  
  12. }  
  13. .c1{  
  14. width:400px;  
  15. margin:70px auto auto;  
  16. background-color:#555555;  
  17. border:1px solid #FFF;   
  18. font-size:13px;  
  19. }  
  20. .c2{  
  21. background-color:#000;  
  22. background-color:#555555;  
  23. height:20px;  
  24. line-height:20px;  
  25. color:#F00;  
  26. font-weight:700;  
  27. text-align:center;  
  28. }  
  29. .c3{  
  30. height:55px;  
  31. background-color:#000;  
  32. color:#FFF;  
  33. text-align:center;  
  34. padding:10px 0px;  
  35. }  
  36. .c3 a{  
  37. color:#00F;  
  38. text-decoration:none;  
  39. }  
  40. .c3 a:hover{  
  41. color:#00F;  
  42. text-decoration:underline;  
  43. }  
  44. .c3 p a{  
  45. margin:0px 5px;  
  46. color:#F00;  
  47. font-weight:700;  
  48. }  
  49. p{  
  50. margin:0px;  
  51. line-height:22px;  
  52. }  
  53. .c4{  
  54. background-color:#000;  
  55. padding-bottom:10px;  
  56. }  
  57. </style> 
  58. </head> 
  59. <body> 
  60. <!--把下面代码加到<body>与</body>之间--> 
  61. <div class="c1"> 
  62.   <div class="c2">提示信息</div> 
  63.     <div class="c3"> 
  64.      <p>抱歉,您所查找的页面不存在,可能已被删除或您输错了网址!</p> 
  65.         <p>点击这里选择进入:<a href="http://www.wangyeba.com">网页吧</a><a href="http://www.wangyeba.com">可乐猫的博客</a></p> 
  66.     </div> 
  67.     <div class="c4"> 
  68.      <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> 
  69.        <tr>   
  70.          <form name="loading"> 
  71.          <td align="center">   
  72.          <p><font color="gray">系统将自动跳转到首页,请稍候……</font></p> 
  73.          <p>   
  74.          <input type="text" name="chart" size="47" style="font-family:Arial;font-weight:bolder;color:gray;background-color:white;padding:0px;border-style:none;"> 
  75.          <br> 
  76.          <input type="text" name="percent" size="47" style="font-family:Arial;color:gray;text-align:center;border-width:medium;border-style:none;margin-top:5px;"> 
  77.          <script language="javascript"> 
  78.          var bar=0   
  79.          var line="||"   
  80.          var amount="||"   
  81.          count()   
  82.          function count(){   
  83.          barbar=bar+2   
  84.          amountamount=amount+line   
  85.          document.loading.chart.value=amount   
  86.          document.loading.percent.value=bar+"%"   
  87.          if (bar<99){  
  88.          setTimeout("count()",90);}   
  89.          else{  
  90.          window.location = "http://wangyeba.com";}   
  91.          }  
  92.          </script> 
  93.          </p> 
  94.          </td> 
  95.       </form> 
  96.       </tr> 
  97.     </table> 
  98.   </div> 
  99. </div> 
  100. </body> 
  101. </html> 

 

顶一下
(0)
0%
踩一下
(0)
0%
本站声明:本站文章,如无特别说明,均为转载或者节选自其他网站。
如本文内容侵犯了您的合法权益,请与责任编辑联系。谢谢合作!
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
发布者资料
飞雪鸿云 查看详细资料 发送留言 加为好友 用户等级:高级会员 注册时间:1970-01-01 08:01 最后登录:2009-09-06 14:09
热点文章
相关教程

关于我们 | 站点地图 | 广告服务 | 友情链接 | 论坛 |

沪ICP备05017900号

Copyright © 2009-2010 菜鸟阵地