IE6与IE7 浏览器可实现功能汇总

<object id="WebBrowser" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object> 
<input onclick="document.all.WebBrowser.ExecWB(1,1)" type="button" name="Button1" value="打开" />  
<input onclick="document.all.WebBrowser.ExecWB(4,1)" type="button" name="Button2" value="另存为" />  
<input onclick="document.all.WebBrowser.ExecWB(10,1)" type="button" name="Button3" value="属性" />  
<input onclick="document.all.WebBrowser.ExecWB(6,1)" type="button" name="Button" value="打印" />  
<input onclick="document.all.WebBrowser.ExecWB(8,1)" type="button" name="Button4" value="页面设置" />  
<input onclick="window.location.reload()" type="button" name="refresh" value="刷新" />  
<input onclick="window.external.ImportExportFavorites(true,'');" type="button" name="Button5" value="导入收藏夹" />  
<input onclick="window.external.ImportExportFavorites(false,'');" type="button" name="Button32" value="导出收藏夹" />  
<input onclick="window.external.AddFavorite(location.href, document.title)" type="button" name="Button22" value="加入收藏夹" />  
<input onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type="button" name="Submit2" value="整理收藏夹" />  
<input onclick="window.location=view-source: + window.location.href" type="button" name="Button7" value="查看源文件" />  
<input onclick="window.external.ShowBrowserUI('LanguageDialog', null)" type="button" name="Button6" value="语言设置" />  
<input onclick="document.execCommand('Cut')" type="button" value="剪切" />  
<input onclick="document.execCommand('Copy')" type="button" value="拷贝" />  
<input onclick="document.execCommand('Paste')" type="button" value="粘贴" />  
<input onclick="document.execCommand('Undo')" type="button" value="撤消" />  
<input onclick="document.execCommand('Delete')" type="button" value="删除" />  
<input onclick="document.execCommand('Bold')" type="button" value="黑体" />  
<input onclick="document.execCommand('Italic')" type="button" value="斜体" />  
<input onclick="document.execCommand('Underline')" type="button" value="下划线" />  
<input onclick="document.execCommand('stop')" type="button" value="停止" />  
<input onclick="document.execCommand('SaveAs')" type="button" value="保存" />  
<input onclick="document.execCommand('Saveas',false,'c:\\test.htm')" type="button" value="另存为" />  
<input onclick="document.execCommand('FontName',false,fn)" type="button" value="字体" />  
<input onclick="document.execCommand('FontSize',false,fs)" type="button" value="字体大小" />  
<input onclick="document.execCommand('refresh',false,0)" type="button" value="刷新" />  
<input onclick="window.location.reload()" type="button" value="刷新" />  
<input onclick="history.go(1)" type="button" value="前进" />  
<input onclick="history.go(-1)" type="button" value="后退" />  
<input onclick="history.forward()" type="button" value="前进" />  
<input onclick="history.back()" type="button" value="后退" />  
<input onclick="window.external.ImportExportFavorites(true,http://www.jb51.net);" type="button" value="导入收藏夹" />  
<input onclick="window.external.ImportExportFavorites(false,http://www.jb51.net);" type="button" value="导出收藏夹" />  
<input onclick="window.external.ShowBrowserUI('OrganizeFavorites', null)" type="button" value="整理收藏夹" />  
<input onclick="window.location = 'view-source:'+ window.location.href" type="button" value="查看源文件" />  
<input onclick="window.external.ShowBrowserUI('LanguageDialog', null)" type="button" value="语言设置" />  
<input onclick="window.external.AddFavorite('http://www.jb51.net', 我们)" type="button" value="加入收藏夹" />  
<input onclick="window.external.addChannel('http://www.jb51.net')" type="button" value="加入到频道" />  
<input onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.jb51.net')" type="button" value="设成主页" /> 
IE7就更强了,快捷键都N多了。
Keyboard shortcuts Open links in a new tab in the background  CTRL+click  
Open links in a new tab in the foreground  CTRL+SHIFT+click  
Open a new tab in the foreground  CTRL+T  
Open a new tab from the Address bar  ALT+ENTER  
Open a new tab from the search box  ALT+ENTER  
Open Quick Tabs (thumbnail view)  CTRL+Q  
Switch between tabs  CTRL+TAB/CTRL+SHIFT+TAB  
Switch to a specific tab number  CTRL+n (n can be 1-8)  
Switch to the last tab  CTRL+9  
Close current tab  CTRL+W  
Close all tabs  ALT+F4  
Close other tabs  CTRL+ALT+F4

Mouse shortcuts Open a link in a background tab  Click the middle mouse button on a link  
Open a new tab  Double-click the empty space to the right of the last tab  
Close a tab  Click the middle mouse button on the tab

(0)

相关推荐

  • IE6与IE7 浏览器可实现功能汇总

    <object id="WebBrowser" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object>  <input onclick="document.all.WebBrowser.ExecWB(1,1)" type="button" name

  • IE7浏览器窗口大小改变事件执行多次bug及IE6/IE7/IE8下resize问题

    本文主要通过代码示例给大家介绍IE7浏览器窗口大小改变事件执行多次bug及IE6/IE7/IE8下resize问题:分步介绍,先给大家介绍IE7浏览器窗口大小改变事件执行多次bug,具体问题分析及解决方案请看下文. var resizeTimer = null; $(window).resize(function() { if (resizeTimer) clearTimeout(resizeTimer); resizeTimer = setTimeout("alert('mm')",

  • 浏览器兼容性问题大汇总

    JavaScript 1.HTML对象获取问题 FireFox:document.getElementById("idName"); ie:document.idname或者document.getElementById("idName"). 解决办法:统一使用document.getElementById("idName"); 2.const问题 说明:Firefox下,可以使用const关键字或var关键字来定义常量; IE下,只能使用var

  • 区分IE6,IE7,firefox的CSS hack

    区别IE6与FF:        background:orange;*background:blue; 区别IE6与IE7:        background:green !important;background:blue; 区别IE7与FF:        background:orange; *background:green; 区别FF,IE7,IE6:        background:orange;*background:green !important;*background

  • JavaScript实现的原生态兼容IE6可调可控滚动文字功能详解

    本文实例讲述了JavaScript实现的原生态兼容IE6可调可控滚动文字功能.分享给大家供大家参考,具体如下: 虽然HTML里面本身就有marquee标签,用来设置滚动文字(marquee标签在附录[HTML比较冷门标签与属性]里会有具体介绍)这个标签到了IE8就开始不支持,在IE6中可以设置的东西也很少,所以这东西还是用javascript来写为好.这个小组件也是比较常见的,但是网上的代码质量还是为了很多无关紧要的小特效而增加了许多无谓的代码.其实这东西,你只要弄得能自己向右向左滚,到了屏幕边

  • jsp 文件上传浏览,支持ie6,ie7,ie8

    找了好久终于找到一个jsp上能用的-- 分享!! 复制代码 代码如下: <%@ page language="java" contentType="text/html; charset=UTF-8"     pageEncoding="UTF-8"%> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> &l

  • js禁止浏览器页面后退功能的实例(推荐)

    实例如下所示: <script> $(function(){ if(window.location.href.indexOf("/login") > -1) { //防止页面后退 history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(null, null, document.URL); }); }

  • IE6、IE7、Firefox javascript 无提示关闭窗口的代码

    第1种方法: IE6: window.opener=null; window.close(); [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行] IE7: window.open('','_self'); window.close(); [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行] IE6.IE7.FF通用代码: window.opener=null; window.open('','_self'); window.close(); [Ctrl+A 全选 注:如需引入外部

  • javascript IE7 浏览器本地图片预览

    说明: 在对象容器边界内,在对象的背景和内容之间显示一张图片.并提供对此图片的剪切和改变尺寸的操作.如果载入的是PNG(Portable Network Graphics)格式,则0%-100%的透明度也被提供. 语法: filter : progid:DXImageTransform.Microsoft.AlphaImageLoader ( enabled=bEnabled , sizingMethod=sSize , src=sURL ) enabled:可选项.布尔值(Boolean).设

  • JS模拟浏览器实现全局搜索功能

    需要像浏览器的全局搜索一样,搜索指定模块的对应值,然后将匹配到的内容添加背景颜色等. 思路 需要取到当前指定区域的所有内容 然后在取到的内容中找到搜索的内容加上对应的背景颜色 最后在将修改后的内容渲染到页面上 实现 利用innerHTML取到对应模块的内容 编写对应的正则表达式来匹配搜索的内容 利用String.prototype.replace替换匹配到的内容 最后在渲染到页面上 代码实现: let wrap = document.querySelector('.wrap'); let inn

随机推荐