I am adding html into my product description boxes using the
tags.
All is fine accept when I added an OnClick event, (in DWeaver), to an image as follows......
I hit the button and nothing happens.
The browser status bar reads "javascript:;", on mouse rollover?
Any ideas, as I would like a popup window to appear when I click on this image.
Thanks, Simon.
Code:
!!< >!!
All is fine accept when I added an OnClick event, (in DWeaver), to an image as follows......
Code:
<td width="30"><a href="javascript:;" onClick="MM_openBrWindow('../mypages/popup_A3.htm','PopupA3','scrollbars=yes,width=340,height=500')"><img src="../images/icons/icon_A3.gif" alt="... can be scaled to A3" width="30" height="30" border="0"></a></td>
The browser status bar reads "javascript:;", on mouse rollover?
Any ideas, as I would like a popup window to appear when I click on this image.
Thanks, Simon.
Comment