I don't know if this applies to rosa's thread.
Javascripts Rezize Procedure
Internet Explorer
To resize to full screen, copy the following in your address line.
java script:moveTo(0,0);resizeTo(screen.availWidth,screen.availHeight-20)
Hit "Return".
Save it as a favorite. Using IE's "Organize Favorites", move the new Favorite to the top so you can always readily go back to it.
To resize to 800x600, copy the following in your address line.
java script:resizeTo(800,600)
Hit "Return".
Save it as a favorite. Using IE's "Organize Favorites", move the new Favorite to the top so you can always readily go back to it.
Netscape
To resize to full screen, copy the following in your Location (address) line.
java script:moveTo(0,0);outerWidth=screen.availWidth;void(outerHeight=screen.availHei
ht)
Hit "Return".
Save it as a Bookmark. Using NS's "Edit Bookmarks", move the new Bookmark to the top so you can always readily go back to it.
To resize to 800x600, copy the following in your address line.
java script:void(outerWidth=800);void(outerHeight=600)
Hit "Return".
Save it as a Bookmark. Using NS's "Edit Bookmarks", move the new Bookmark to the top so you can always readily go back to it.
For a bunch of other javascripts go to
http://www.bookmarklets.com/jb