Anywhere Slider is stripping JavaScript from HTML

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 年 前
Hello.  My company uses Anywhere Sliders for our site.  Some of these sliders need to have anchors that call JavaScript, like this:

<a href="javascript:someFunction('parameter1', 'parameter2');">Some link</a>


However, when I save this and view the page, the href is removed:

<a>Some link</a>


Is there a way to prevent my attribute from disappearing?
6 年 前
By the way, setting adminareasettings.richeditorallowjavascript to true doesn't help.  My JavaScript is still killed.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.