RonPK

msg:1479807 | 4:46 pm on Jun 26, 2004 (gmt 0) |
AFAIK it cannot be done. Also there will always be a piece of that blue bar in the top. I guess that some minimum size has been set because windows are there for users to be seen.
|
createErrorMsg

msg:1479808 | 7:48 pm on Jun 26, 2004 (gmt 0) |
By all reports, window.open() cannot open a window smaller than 100px X 100px. What about collecting the info you need in the current window, then use self.resizeTo(x,y)? Or even open the new window to collect the data, then resize that small window to the size it needs?
|
j4mes

msg:1479809 | 10:01 pm on Jun 26, 2004 (gmt 0) |
Quite a few sites use the nasty tactic of loading popups offscreen and then moving them when they're ready. AFAIK this is only an IE only thing though, but could be what you're looking for :) J.
|
Bernard Marx

msg:1479810 | 11:38 pm on Jun 26, 2004 (gmt 0) |
Could you use an invisible IFRAME for the same thing?
|
ph_eze_nouz

msg:1479811 | 4:11 pm on Jul 6, 2004 (gmt 0) |
Hi all, Many thanks for all theses solutions! I like very much the idea of auto resizing the window ;) All technics are very impressive, I will get more info on them to be sure to have the right solution in hand ;) Again, thx you all for your support! pH
|
mrwhy2k

msg:1479812 | 8:18 pm on Jul 7, 2004 (gmt 0) |
Can't you pop the window off the screen so it is never seen by the user? Then write a script to automatically close the window within 5 seconds. Just an idea.
|
|