Hi
Iv a complex table in the cms and one of the columns contains a link to an external site which opens in a new window, all this works except when you click on the link it is also triggering ss popup window
<td width="18">
<img src="cms/images/link.gif" alt="<% _t('SHOW', 'show') %>"onclick="window.open('http://www.example.com');" />
</td>
any ideas on what i can do to stop ss poopup being diplayed when someonw clicks on the img?
thanks