thugparlay
01-15-2003, 08:57 PM
I'm having difficulty making my rollover image; when clicked, have a new window pop-up centered. The scripts I have tried from other threads have no worked.
Here is my rollover image code, where would I insert the pop-up code?:
<td width="160"><a href="HTMLPAGEHERE" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('media','','ROLLOVERIMAGE.JPG',1)"><img name="media" border="0" src="ORIGINALIMAGE.JPG" width="160" height="15" alt="media archives"></a></td>
Here is my rollover image code, where would I insert the pop-up code?:
<td width="160"><a href="HTMLPAGEHERE" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('media','','ROLLOVERIMAGE.JPG',1)"><img name="media" border="0" src="ORIGINALIMAGE.JPG" width="160" height="15" alt="media archives"></a></td>