S
spx2
Hi,
I'm opening some windows using window.open()
When that is done, I check window.document.title and I see that the
window object has
stayed unchanged throughout the opening of the new windows( although ,
now , the last of the opened windows
has focus ).
So I thought , if the "window" object is still refering to the initial
window I'll do window.focus() to focus it.
That didn't work.
I then tried window.blur() and then window.focus() , that didn't work
either.
How can I make the initial window get focus again ?
I look forward to any suggestions that you might have regarding this.
Thank you,
Stefan
I'm opening some windows using window.open()
When that is done, I check window.document.title and I see that the
window object has
stayed unchanged throughout the opening of the new windows( although ,
now , the last of the opened windows
has focus ).
So I thought , if the "window" object is still refering to the initial
window I'll do window.focus() to focus it.
That didn't work.
I then tried window.blur() and then window.focus() , that didn't work
either.
How can I make the initial window get focus again ?
I look forward to any suggestions that you might have regarding this.
Thank you,
Stefan