js window.open前,可以先判断open过了,就不open吗?
window.open( 'aa.html ', 'win1 ', ' ')
这是我已经打开一个win1的窗口了。
再次window.open( 'aa.html ', 'win1 ', ' ')
虽然是打不开第2个叫win1的窗口,但是会闪一下。
能不能判断有叫win1的窗口了,就不打开了。
不知道怎么判断。
------解决方案--------------------不好意思。上面错了。。
var newwin
if (!newwin) newwin = window.open( 'aa.html ', 'win1 ', ' ')
------解决方案--------------------http://community.csdn.net/Expert/topic/4848/4848489.xml?temp=.8519861