is there a way to set the size of a window?...and also...is there a way to close a window....i thought it was window.close...but it didn't work.
Printable View
is there a way to set the size of a window?...and also...is there a way to close a window....i thought it was window.close...but it didn't work.
that will open a window, then close itCode:NewWin = window.open("yourfile.html","child","WIDTH=170px,HEIGHT=380px");
NewWin.Close;