Javascript window resize doesn't work in Safari but does in Firefox

Posted by Mark Szymanski on Stack Overflow See other posts from Stack Overflow or by Mark Szymanski
Published on 2010-05-10T01:02:53Z Indexed on 2010/05/10 1:08 UTC
Read the original article Hit count: 508

I have this basic javascript code: window.resizeTo(1000,800) set to run when the page loads and it works perfectly in Firefox but not in Safari.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about window-resize