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


Click here to return to the 'The JavaScript Way' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
The JavaScript Way
Authored by: UltraNurd on Oct 30, '02 03:21:57PM

I have a bookmark labelled "Resize" in my Bookmarks menu, with the link

javascript:window.resizeTo(200,300)

I just picked some random numbers that make it big enough for me to resize it back to normal by clicking + again or using the resize handle.



[ Reply to This | # ]
The JavaScript Way
Authored by: x827 on Oct 30, '02 10:27:10PM

Awesome....Thanks for that great hint.

I know have that bookmarked in my tool bar. In fact I reset it to "javascript:window.resizeTo(1100,680)" which restores window to full size of screen (iMac).



[ Reply to This | # ]