html特效:网页常用特效整理(html语言)
1.让文字不停地滚动 <MARQUEE>滚动文字</MARQUEE> 2.记录并显示网页最后修改时间 <script language=javascript> document.write(\"最后更新时间: \" + document.lastModied + \"\") </script> 3.关闭当前窗口 <awindow.close; false;\">关闭窗口</a> 4.2秒后关闭当前页 <script language=\"javascript\"> <!-- Timeout(\'window.close;\',2000); --> </script> 5.2秒后载入指定网页 <head> <meta http-equiv=\"refresh\" content=\"2;URL=http://你网址\"> </head> 6.添加到收藏夹 <Script Language=\"javascript\"> function bookmarkit { window.external.addFavorite(\'http://你网址\',\'你网站WebSite名称\') } (document.all)document.write(\'<a href=\"#\" _disibledevent=></Script> 7.让超链接不显示下划线 <style type=\"text/css\"> <!- a:link{text-decoration:none} a:hover{text-decoration:none} a:visited{text-decoration:none} -> </style> 8.禁止鼠标右键动作 <Script Language = \"javascript\"> function click { (event.button2||event.button3) { alert(\'禁止鼠标右键\'); } document.onmousedown=click // --> </Script> 9.设置该页为首页 <body bgcolor=\"#FFFFFF\" text=\"#000000\"> <!-- 网址:http://你网址--> <a =\"chlnk\" style=\"cursor:hand\" HREF onClick=\"this.style.behavior=\'url(#default#homepage)\';this.HomePage(\'你网站WebSite名称);\"><font color=\"000000\" size=\"2\" face=\"宋体\">设为首页</font></a> </body> window.google_render_ad();
Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved. 闵涛 E_mail:admin@mintao.net(欢迎提供学习资源)
鄂公网安备 42011102001154号
站长:MinTao ICP备案号:鄂ICP备11006601号-18