PDA

View Full Version : size of pop-up window


sgreen0
09-04-2002, 06:04 PM
I've been trying out the code created by your pop-up window generator (thank you!).

I haven't been able to get the resulting pop-up small enough (height-wise). I'd like the window to be as bare as possible and be only about 390 (w.) by 55 (h.). This would contain and embedded Windows Media Player (in its smallest size) which would automatically play a sound and stop.

Even though I enter the sizes into the code:

winpops=window.open(popurl,"","width=390,height=55,")

the resultant window won't go down to the proper height. Is there a limitation that I've hit??

Any help would or advice be greatly appreciated.

Thanks.

Stephen

requestcode
09-04-2002, 06:48 PM
The minimun window size is 100px by 100px. Anything smaller than that and you have to use signed scripts which I don't know how to do.

sgreen0
09-04-2002, 07:30 PM
Thanks for the reply. I guess I'll have to pretty up the window at the smallest size I can get it!

Take care.

Stephen