找回密码
 注册
搜索
热搜: 超星 读书 找书
查看: 296|回复: 0

[【推荐】] 14 个经典的Java script 代码

[复制链接]
发表于 2010-3-29 08:01:50 | 显示全部楼层 |阅读模式
js的知识虽然看似不显眼,但是作用很大。
http://blog.csdn.net/hyx13864/archive/2009/10/11/4655437.aspx#



■打开■

<input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开>

<OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>



■另存为■

<input name=Button onClick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■属性■

<input name=Button onClick=document.all.WebBrowser.ExecWB(10,1) type=button value=属性><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■打印■

<input name=Button onClick=document.all.WebBrowser.ExecWB(6,1) type=button value=打印><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■页面设置■

<input name=Button onClick=document.all.WebBrowser.ExecWB(8,1) type=button value=页面设置><OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT>

■刷新■

<input type=button value=刷新 name=refresh onclick=\"window.location.reload()\">

■导入收藏■

<input type=\"button\" name=\"Button\" value=\"导入收藏夹\" onClick=window.external.ImportExportFavorites(true,);>

■导出收藏■

<input type=\"button\" name=\"Button3\" value=\"导出收藏夹\" onClick=window.external.ImportExportFavorites(false,);>



■加入收藏■

<INPUT name=Button2 onclick=\"window.external.AddFavorite(location.href, document.title)\" type=button value=加入收藏夹>

■整理收藏夹■

<INPUT name=Submit2 onclick=\"window.external.ShowBrowserUI(OrganizeFavorites, null)\" type=button value=整理收藏夹>



■查看原文件■

<INPUT name=Button onclick=window.location = \"view-source:\" + window.location.href type=button value=查看源文件>

■语言设置■

<INPUT name=Button onclick=\"window.external.ShowBrowserUI(LanguageDialog, null)\" type=button value=语言设置>

■前进■

<INPUT name=Submit onclick=history.go(1) type=submit value=前进>

■后退■

<INPUT name=Submit2 onclick=history.go(-1) type=submit value=后退>
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|网上读书园地

GMT+8, 2024-11-17 20:42 , Processed in 0.239259 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表