Click to See Complete Forum and Search --> : window resize for Safari
blackberry
10-30-2003, 09:41 PM
Anyone familiar with any javascript problems with Safari? I can't find an acceptable script to resize a current window upon load (not a new window). I've tried window.resizeTo() , which is fine on IE.
Thanks!!!
fredmv
10-30-2003, 10:09 PM
window.resizeBy() (http://www.mozilla.org/docs/dom/domref/dom_window_ref89.html)
blackberry
10-31-2003, 12:13 AM
resizeBy() does work, thank you. Is there a way though to resize to a fixed size without a new window? I have tried resizeTo() and haven't had any success for Safari.
Thanks again!