Tip: You can modify some of the code before running
<! DOCTYPE html> <ptml> <pead> <meta http-equiv= "Content-type" content= "text/html"; Charset=utf-8 "> <title>js countdown End Activation button effect </title> </pead> <body> <style> #time {color:# f00;font-size:1.2em;vertical-align:middle;padding:0 4px;} #reback {Display:block;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;width:160px;height : 50px;line-height:50px;text-align:center;background: #CCC; color: #FFF; font-size:16px;font-weight:700;} #reback: Hover{text-decoration:none;} </style> <p> Please wait patiently for <span id= "time" >10</span> seconds and click back into </p> <br> to re-enter <script> function time () {var s,b,c c = ' http://www.111cn.net/'; s = document.getElementById (' time '); b = document.getElementById (' Reback '); if (s.innerhtml = = 0) {b.style.background = ' #FB6F22 '; b.href = C; return false;}; s.innerhtml = s.innerhtml * 1-1; }; Window.setinterval (' Time () ', 1000); </script> </body> </ptml></td> </tr></table>
Tip: You can modify some of the code before running