J
James Black
In Firefox I can resize the window that is created, but in IE I can't.
Here is the code I am using:
var
generator=window.open('','name','height=500,width=675,resizeable=1,toolbar=0,menubar=0,scrollbars=1');
I also tried it with 'no' and 'yes' instead of '0' and '1'.
I see the symbol in the window that I can click and drag, but, when I
do click and drag, nothing happens.
This is with XPSP2, btw.
Thanx for any help.
Here is the code I am using:
var
generator=window.open('','name','height=500,width=675,resizeable=1,toolbar=0,menubar=0,scrollbars=1');
I also tried it with 'no' and 'yes' instead of '0' and '1'.
I see the symbol in the window that I can click and drag, but, when I
do click and drag, nothing happens.
This is with XPSP2, btw.
Thanx for any help.