Advanced HTML Editor 3 Support Product Page

Not a problem

HTML Editor 3 Stripping code from links with Google Analytice Tracking

Reported 09 Aug 2011 03:48:14
1
has this problem
09 Aug 2011 03:48:14 Foster Brovan posted:
Hi
HTML Editor 3 is stripping my links that I have for Google analytice link tracking.
onclick="recordOutboundLink(this, 'Outbound Links', 'www.xfactortackle.com','AdRH156XFactorTackle');return false;"

Exmaple Old editor:
onclick="recordOutboundLink(this, 'Outbound Links', 'www.xfactortackle.com','AdRH156XFactorTackle');return false;"

Exmaple full Old editor:

<p style="text-align: center;">
	<img alt="" src="http://www.myoutdoorbuddy.com/userfiles2009/Image/Service_Ads/2011/small_XFactor-Tackle-(2).gif" style="border-width: 0px; border-style: solid; width: 180px; height: 105px;" /></p>
<p style="text-align: center;">
	<strong>Custom-made soft plastic baits<br />
	Made in Grants Pass, OR<br />
	Not Shanghai</strong><a href="http://www.xfactortackle.com" onclick="recordOutboundLink(this, 'Outbound Links', 'www.xfactortackle.com','AdRH156XFactorTackle');return false;" target="_blank"><br />
	<br />
	<strong><span style="font-size:14px;">XFactorTackle.com</span></strong></a><br />
	&nbsp;</p>


Example of code in database
<a href="www.shastatackle.com/" onclick="recordOutboundLink(this, 'Outbound Links', 'shastatackel.com','Banner1');return false;" target="_blank" title="shasta tackel co. . specializing in fishing on Shasta Lake with Fishing Lures, Fishing Tackle, for Trout Fishing, with Trout Lures, for Salmon Fishing, with Salmon Lures"><img border="0" alt="shasta tackel co. . specializing in fishing on Shasta Lake with Fishing Lures, Fishing Tackle, for Trout Fishing, with Trout Lures, for Salmon Fishing, with Salmon Lures" src="www.myoutdoorbuddy.com/userfiles2009/Image/Banner_Ads/shasta-tackle-1-18-11-v2.jpg" style="border: 0px solid;" /></a>
<br />


Example Full code Editor 3
<a href="www.shastatackle.com/" target="_blank" title="shasta tackel co. . specializing in fishing on Shasta Lake with Fishing Lures, Fishing Tackle, for Trout Fishing, with Trout Lures, for Salmon Fishing, with Salmon Lures"><img border="0" alt="shasta tackel co. . specializing in fishing on Shasta Lake with Fishing Lures, Fishing Tackle, for Trout Fishing, with Trout Lures, for Salmon Fishing, with Salmon Lures" src="www.myoutdoorbuddy.com/userfiles2009/Image/Banner_Ads/shasta-tackle-1-18-11-v2.jpg" style="border: 0px solid;" /></a>
<br />

Official Solution

Replied 09 Jan 2012 14:04:59
Default javascript is being stripped for security. Uncheck the filter all scripts in the extension to allow scripts in your code

Replies

Replied 09 Jan 2012 14:04:59
09 Jan 2012 14:04:59 Patrick Woldberg replied:
Default javascript is being stripped for security. Uncheck the filter all scripts in the extension to allow scripts in your code

Reply to this topic