暂无 |

focus() 方法实例

下面的例子将确保弹出窗口获得焦点:

<html>
<head>
<script type="text/javascript">
myWindow=window.open('','','width=200,height=100');
myWindow.document.write("这是弹出的新窗口");
myWindow.focus();
</script>
</head>
<body>

</body>
</html>

参考阅读

  1. JavaScript window blur() 方法:把焦点从顶层窗口移开

0

java教程
php教程
php+mysql教程
ThinkPHP教程
MySQL
C语言
css
javascript
Django教程

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论