Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'resizeTo not working' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
resizeTo not working
Authored by: dashard on Mar 26, '03 08:53:42PM
Actually got it to work. Here's the code:
javascript:moveTo(0,0),void(window.resizeTo(640,480))
Replace '640,480' with your desired window dimensions and you're good to go.
Remember: no space after the comma.

[ Reply to This | # ]