The <BODY> Tag, onLoad, and PopUps

Example HTML...
<BODY BGCOLOR="GRAY" onLoad="window.open( 'http://www.google.com', 'I like GOOOOOOOGLE', 'height=40,width=40')";>

HI this is HTML
<A HREF="#" onMouseOver="window.open( 'http://www.google.com', '', 'height=10' );">POP UP Google</A>

</BODY>

Example Results...
HI this is HTML POP UP Google

< prev | home | next>
All Materials ©2003-2007 Zach Berke