Click to See Complete Forum and Search --> : resizing window during runtime


srimca
02-25-2003, 11:32 PM
how to resize the window when the page is opened.

pyro
02-25-2003, 11:40 PM
This will resize your window to 400x300:

window.resizeTo(400, 300);