Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Complex Table link also opening ajax box


Go to End


1542 Views

Avatar
Phill

Community Member, 81 Posts

3 May 2009 at 3:42am

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