zoukankan
html css js c++ java
打开另存为,属性打印等14个JS代码
==================================
■打开■
<
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
=后退
>
这里和大家分享和学习如何学IT!
查看全文
相关阅读:
zt:HttpUrlConnection使用详解
使用HttpUrlConnection访问www.163.com遇到503问题,用设置代理加以解决
『TensorFlow』第十弹_队列&多线程_道路多坎坷
『TensorFlow』项目资源分享
『Python』socket网络编程
『TensorFlow』第九弹_图像预处理_不爱红妆爱武装
『TensorFlow』迁移学习
『TensorFlow』函数查询列表_神经网络相关
『TensorFlow』函数查询列表_张量属性调整
『TensorFlow』函数查询列表_数值计算
原文地址:https://www.cnblogs.com/fuchifeng/p/730785.html
最新文章
GitHub上README.md教程
http://my.oschina.net/China2012/blog/178655
Eclipse和intellij idea 快捷键对比
LOFTER2BA6D273882BAC0A8004E8FE0EBE8898
WebStorm 9 注册码
黑盒测试与白盒测试的区别
java 正则匹配空格字符串 正则表达式截取字符串
win8 任务栏不合并隐藏标题
火车票提前60天售票
220.181.158.109扫描
热门文章
转:北京地铁听证会结束,地铁公交调价方案2胜出,来看看涨价后多了多少钱??
有感于百度空间好友动态半年无更新
ZT:通过Find命令找到你要找的东西
从搜狐接口获得股票数据
你会Spring Cloud吗?
学技术与学英语
Java中构建长字符串的四种模式
正则表达式在Java中应用的三种典型场合:验证,查找和替换
单线程模式从网易下载A股叁仟捌佰支股票一年的交易数据耗时十四分钟
IOException的子类
Copyright © 2011-2022 走看看