irt.org | Knowledge Base | JavaScript | Window | Q781 [ previous next ]
No. You can open a window and then send it to the background by using the blur() method:
<SCRIPT LANGUAGE="JavaScript"><!-- myWindowHandle = window.open(windowUrl,windowName,windowAttributes); myWindowHandle.blur() //--></SCRIPT>
How to do the impossible with Google Gears
Out and About