[thelist] Tip - cross-browser resizer

Bruce Heerssen bheerssen at visualbridge.tv
Fri Mar 2 10:40:50 CST 2001


Just some payment for future or past OT's. In other words, if I don't post this
now, I never will. ;)

Enjoy,
Bruce

<tip author="Bruce Heerssen">
I was looking for a good resizer script and found this tips page
http://homepages.ihug.co.nz/~mjkemp/secrets.html
where I found this trick.

Create a document called 'Bookmark.htm', insert the included code (below) and
save it to your desktop. Do NOT overwrite your browser's current bookmark.htm!
Then use the import utilities in any javascript capable version of IE, Netscape,
Mozilla, or Opera and presto! - resizing bookmarks that don't require you to
leave the current page. Contact me offlist if you'd like help in getting these
working.

These bookmarks have been tested on WinNT 4.0 workstation with the following
browsers: MSIE 5.5, Netscape Navigator 4.08, Netscape 6.1, Mozilla 0.7, and
Opera 5.0. FWIW - Netscape and Mozilla use common bookmark files, so you will
probably only need to import them into one and the rest should have it also.


-------- code ---------------

<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
Do Not Edit! -->
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks</H1>
<DL><p>
    <DT><A HREF="javascript:resizeTo(640,480);" ADD_DATE="983548049"
LAST_VISIT="983512800" LAST_MODIFIED="983548088">640 x 480</A>
    <DT><A HREF="javascript:resizeTo(800,600);" ADD_DATE="983548140"
LAST_VISIT="983512800" LAST_MODIFIED="983548190">800 x 600</A>
    <DT><A HREF="javascript:resizeTo(1024,768);" ADD_DATE="983548216"
LAST_VISIT="983512800" LAST_MODIFIED="983548264">1020 x 768</A>
    <DT><A HREF="javascript:resizeTo(1152,874);" ADD_DATE="983548271"
LAST_VISIT="983512800" LAST_MODIFIED="983548318">1152 x 874</A>
</DL><p>

-------- /code --------------

</tip>





More information about the thelist mailing list