<!-- START OF SCRIPT -->
<body bgcolor=white text=black>
<B><I><FONT FACE="Arial"><P>Imagemap and popupwindows.</P>
</B></I></FONT><FONT SIZE=2><P>This javascriptcode
should make it possible (in green) to make popupwindows/new
documents</P>
<P>From a image mape . I got this work both in netcscape
4.0 and msie 4.0 and higer. </P>
<P>Pål Sagafos .Norway email:</FONT><A HREF="mailto:[email protected]">[email protected].</A></P>
<FONT SIZE=2><P>If you have a lot of popupwindows on the
imagemap/url's, be careful driving the mouse to fast
over the imagemap.</P>
<P><AREA SHAPE="POLYGON" COORDS="230, 245, 229, 227,
216, 209, 225, 195, 240, 185, 257, 184, 287, 185, 293,
205, 303, 228, 296, 238, 300, 251, 307, 259, 305, 267,
297, 279, 284, 270, 269, 260, 258, 272, 251, 262, 238,
257, 231, 245"</FONT><B><FONT SIZE=2 COLOR="#00ff00">
</FONT><FONT SIZE=2 COLOR="#008080">HREF="javascript:void(0)"onMouseOver="m
= window.open(<I>'you url for new document in
popupwindow</I>.html','PopUp','width=200,height=300,menubar=yes');
return true;" onMouseOut=" m.window.close(); return
true;"></P></B></FONT>
<!-- END OF SCRIPT --> |