javascript : Gecko DOM prob.
javascript : Gecko DOM prob.
- Started
- Last post
- 1 Response
- tobor
[a href="javascript:window.open('pd...
Am I missing something here. I can't focus the 'menu' window.
- 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();