一个简单网页外链跳转页面源码

  • 一个简单网页外链跳转页面源码已关闭评论
  • 355 views
  • A+
所属分类:有趣源码

一个简单网页外链跳转页面源码

  1. <html>
  2. <head>
  3. <title>正在跳转...</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. </head>
  6. <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
  7. <table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">
  8. <tr>
  9. <form name=loading>
  10. <td align=center>
  11. <p>
  12. <p><strong><font face="黑体" size="6"><strike>http://www.wxlog.cn</strike>这个域名即将暂停使用</font></strong></p>
  13. <p> </p>
  14. <p><strong><font size="6" color="#73BF00" face="黑体">网站新地址:</font><font size="6" color="#FF0000" face="黑体">https://www.wxlog.cn</font><font size="6" color="#73BF00" face="黑体"> 
  15. 记得收藏哦!</font></strong></p>
  16. <p><strong><font size="+1" color="#73BF00">正在进入唯心寒辞博客</font></strong></p>
  17. <p>
  18. <input type=text name=chart size=46 style="font-family:Arial; 
  19. font-weight:bolder; color:gray;
  20. background-color:white; padding:0px; border-style:none;">
  21. <br>
  22. <input type=text name=percent size=46 style="font-family:Arial; 
  23. color:gray; text-align:center; 
  24. border-width:medium; border-style:none;">
  25. <script>var bar = 0
  26. var line = "||"
  27. var amount ="||"
  28. count()
  29. function count(){
  30. bar= bar+2
  31. amount =amount + line
  32. document.loading.chart.value=amount
  33. document.loading.percent.value=bar+"%"
  34. if (bar<99)
  35. {setTimeout("count()",80);}
  36. else
  37. {window.location = "https://www.wxlog.cn/";}
  38. }
  39. </script>
  40. </p>
  41. </td>
  42. </form>
  43. </tr>
  44. </table>
  45. </body>
  46. </html>

 

历史上的今天:

唯心寒辞