阅读:3716回复:1
firefox window.focus的问题
代码如下,保存为一html,只开唯一一个firefox窗口(多个时不算),发现当最小化时能获得焦点,但如不最小化,把焦点定在其它任何窗口上,这个html就再也获不到焦点,IE无此问题。请问如何解决?谢谢!
<html> <body> <script language='javascript'> function GetFocus() { window.focus(); setTimeout("GetFocus()",3000); } GetFocus(); </script> </body> </html> |
|
1楼#
发布于:2005-11-18 17:48
每人能帮帮我么?
|
|