can a javascript window be made to open offscreen and with a width/height of 1 to be virtually invisible?
seindal
3:54 pm on Dec 8, 2002 (gmt 0)
There is a browser specified minimum size of javascript windows. This is a security issue, as it would other wise be possible to open such an invisible window, give it input focus and capture everything the user types.
It will probably be impossible to create or move windows off screen for the same reasons.