javascript : Gecko DOM prob.
javascript : Gecko DOM prob.
Out of context: Reply #1
- Started
- Last post
- 1 Response
- gabriel_pc0
I believe you need to set it to a variable outside the function call:
var menu = window.open('blah.html','newwin...
menu.focus();