first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

JavaScript and HTML Code: The Inline Pop Up Window Off an ANCHOR Element; The open() Method of the window Object.

<a href="[URI]" target="PopUp" onClick="javascript:window.open('','PopUp','toolbar=0,location=0,scrollbars=1,resizable=1,directories=0,status=0,width=320,height=240')" onMouseOver="javascript:window.status='[Window Status]';return true;" onMouseOut="javascript:window.status=window.defaultStatus;return true;">[Link Text]</a>

mod date: 2002-04-08T21:59:45.000Z