blueindian1
Programmer
Hi,
I'm sure someone has asked this question before, but the search os down :-(
Can you open a new window in the background? I need it to actually open in the background so
will not work for me.
Thanks,
Rich
I'm sure someone has asked this question before, but the search os down :-(
Can you open a new window in the background? I need it to actually open in the background so
Code:
win = window.open();
win.blur();
will not work for me.
Thanks,
Rich