<html>
<script language=JavaScript>
<!--
function click() {
if (event.button==2) {
window.open(‘#‘,‘popwindows‘,"toolbar=no,menubar=no,width=200,height=200")
}
}
document.onmousedown=click
//-->
</script>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>js弹出窗口代码</title>
<style>
<!--
body{ font-family: Verdana; color: #000080; font-size: 9pt }
-->
</style>
</head>
<body onkeydown="show()">
<p align="center">请点右键</p>
</body>
</html>
相关文章
- 08-13C# winform实现右下角弹出窗口结果的方法
- 08-13解决弹出的窗口window.open会被浏览器阻止的问题(自定义open方法)
- 08-13js进阶~ 数组常用经典方法 干货满满 直接cv到代码编辑器里看
- 08-13JS常用公共方法 获取弹出层合适的宽高
- 08-13关于谷歌浏览器不支持html5中audio的autoplay解决方法(js代码解决)
- 08-13js window.open的页面里关闭当前窗口,刷新原来的窗口
- 08-13Win8 弹出窗口不在最前端的解决方法
- 08-13打开新窗口(js代码实现)
- 08-13通过JS判断网站广告是否被浏览器插件屏蔽并弹出提示代码
- 08-13JS:标签类名的操作方法(代码)