首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

链接中的JS 奇效功能代码

2012-10-08 
链接中的JS 特效功能代码a href# onclickdocument.execCommand(open)打开/abra href# onc

链接中的JS 特效功能代码

<a href="#" onclick=document.execCommand("open")>打开</a><br><a href="#" onclick=document.execCommand("saveAs")>另存为</a><br><a href="#" onclick=document.execCommand("print")>打印</a><br><a href="#" onclick=window.close();return false)>关闭本窗口</a><br><a href="#" onclick=document.execCommand("selectAll")>全选</a><br><a href="#" onclick=location.reload()>刷新</a> <a href="#" onclick=history.go(0)>刷新</a><br> <a href="#" onclick=location.replace("view-source:"+location)>查看源文件</a> <br><a href="#" onclick=window.open(document.location,"url","fullscreen")>全屏显示</a> <br> <a href="#" onclick=window.external.showBrowserUI("OrganizeFavorites",null)>整理收藏夹</a> <br><a href="#" onclick=window.external.showBrowserUI("PrivacySettings",null)>internet选项</a> <br><a href="#" onclick=settimeout(window.close(),3000)>3秒关闭本窗口</a><br>

?

热点排行