分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > IT知识

WebBrowser.ExecWB

发布时间:2023-09-06 01:13责任编辑:林大明关键词:Web

CreateTime--2017年9月22日16:30:10

Author:Marydon

js操作浏览器的ExecWB命令

一、准备工作:

以ie浏览器为例,需要更改IE安全级别为:"启用没有标记为安全的ActiveX控件"

IE浏览器-工具菜单选项——Internet选项——安全——Internet——自定义级别——启用没有标记为安全的ActiveX控件 

否则,执行时,会报错:找不到成员。

二、用法介绍

WebBrowser.ExecWB(1,1)//打开WebBrowser.ExecWB(4,1)//;保存网页WebBrowser.ExecWB(6,1)//直接打印WebBrowser.ExecWB(7,1)//打印预览WebBrowser.ExecWB(8,1)//打印页面设置WebBrowser.ExecWB(10,1)//查看页面属性WebBrowser.ExecWB(15,1)//撤销WebBrowser.ExecWB(17,1)//全选WebBrowser.ExecWB(22,1)//刷新WebBrowser.ExecWB(45,1)//关闭窗体无提示

三、演示

  3.1 页面需要引入

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

  3.2 按钮操作

<input onclick="document.getElementById(‘WebBrowser‘).ExecWB(1,1)" type="button" value="打开"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(2,1)" type="button" value="关闭所有"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(4,1)" type="button" value="另存为"> <input onclick="document.getElementById(‘WebBrowser‘).ExecWB(6,1)" type="button" value="打印"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(6,6)" type="button" value="直接打印"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(7,1)" type="button" value="打印预览"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(8,1)" type="button" value="打印页面设置"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(10,1)" type="button" value="查看页面属性属性"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(17,1)" type="button" value="全选"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(22,1)" type="button" value="刷新"><input onclick="document.getElementById(‘WebBrowser‘).ExecWB(45,1)" type="button" value="关闭"> 

WebBrowser.ExecWB

原文地址:http://www.cnblogs.com/Marydon20170307/p/7575637.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved