Forum Moderators: open
It probably works great in some browsers, but not in IE. Here is what does work for me in IE:
<html>
<head>
<script>
window.external.AddFavorite("javascript:window.resizeTo(640,480)", "640x480");
window.external.AddFavorite("javascript:window.resizeTo(800,600)", "800x600");
window.external.AddFavorite("javascript:window.resizeTo(1024,768)", "1024x768");
window.external.AddFavorite("javascript:window.resizeTo(1280,1024)", "1280x1024");
window.external.AddFavorite("javascript:window.resizeTo(1600,1200)", "1600x1200");
</script>
</head>
<body>
All done!
</body>
</html>
(Just ignore the warnings. It is not meant to be used in any commercial website (so no comments about it not validating, pls;) ). Just use it once to create the bookmarks, then throw it away.
Shawn
Most of which work in IE.