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 10:39:46AM

resizeTo argument doesn't seem to work. Any ideas??
     Hmmmm...



[ Reply to This | # ]
resizeTo not working
Authored by: Voorburg on Mar 26, '03 10:55:10AM

Try a smaller size first and increase in gradually. When it's only 1 pixel too large is doesn't work anymore.
Jan



[ Reply to This | # ]
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 | # ]