[thelist] pop-up window with no numbers in link

john-paul jwalton at four09.org
Wed Oct 23 09:56:14 CDT 2002


> does anybody know if its possible to do the pop-ups some other way, or know
> of a javascript that'll let you specify the size of the window to be
> popped-up outside of the link?

sure, just resize the window after its been 'popped' (put this in the head
of the opened window):

<script language="javascript">
<!--
window.resizeTo(580,410);
// -->
</script>



:: john-paul
:: music :: http://www.mmodule.com
:: collective :: http://www.four09.org




More information about the thelist mailing list