[thelist] javascript:small window onLoad

Lonnie Kraemer lwkraemer at earthlink.net
Sun Feb 9 13:43:01 CST 2003


> I would like to have my first page opening to a size smaller than
normal.

"smaller than normal" is ambiguous. Normal for who?

Nonetheless, you could do this with javascript - onload - ResizeTo().
You may be labelled as a "popupteer" and be quickly closed, but that's
up to you. Here's a little bookmarklet that'll get you started:

javascript:moveTo(0,0);resizeTo(500,300)

Lonnie





More information about the thelist mailing list