[wdvltalk] Re: pre-sizing a new window in NN4x

2003-01-08 Thread SanJoseWebGuy
Perry, Can you use the width & height attributes: window.open('testpop.html','winpop','width=200,height=200,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes'); Sorry, I'm away from a NN4x browser, so I can't test it. It is supposed to work in NN, an

[wdvltalk] Re: pre-sizing a new window in NN4x

2003-01-08 Thread Gerenday, Perry (P.)
-Original Message- From: Alida Saxon [mailto:[EMAIL PROTECTED]] > onclick="window.open('images/theimage.jpg', 'newWin', > 'width=510, height=425')"> H...I'm not using a comma between by width and height values. Perhaps that's the problem. Thanks, Perry Gerenday www.klugelab.com ww

[wdvltalk] RE: pre-sizing a new window in NN4x

2003-01-08 Thread Linden, Todd
Perry, If you check the code snippet I sent earlier in RE to the MOU post, you should be able to get that to work in NN 4.X browsers. The thing to look for is that you *DON'T* separate your height and width in the window.open attributes. e.g. 'height=200, width=300' NOT 'height=200', 'width=30

[wdvltalk] Re: pre-sizing a new window in NN4x

2003-01-08 Thread Gerenday, Perry (P.)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Can you use the width & height attributes: > > window.open('testpop.html','winpop','width=200,height=200,dir > ectories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes, resizable=yes'); ...

[wdvltalk] Re: pre-sizing a new window in NN4x

2003-01-08 Thread rudy
> > > onclick="window.open('images/theimage.jpg', 'newWin', > > 'width=510, height=425')"> > > H...I'm not using a comma between by width and height values. Perhaps > that's the problem. commas yes, spaces no, and it all has to be on one line rudy • The WDVL Discussion List from W