1秒登錄
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <html> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>跳轉頁面</title> <mce:script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" mce_src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></mce:script> <mce:script language="javascript"><!-- $(document).ready(function() { function jump(count) { window.setTimeout(function(){ count--; if(count > 0) { $('#num').attr('innerHTML', count); jump(count); } else { location.href="login.jsp"; } }, 1000); } jump(3); }); // --></mce:script> </head> <body> <span style="color:red" mce_style="color:red">歡迎來到******!</span><br/>頁面將在3秒后跳轉...<br/>還剩<span id="num">3</span>秒 </body> </html>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。