Hi,
We offer a service that involves our partners inserting javascript in their site. The javascript needs to contain some product information (e.g. model and manufacturer). One particular partner having problems with our service is using Actinic v7 (hence the post here). The javascript is being html escaped which means we are being sent incorrect data. I found one topic (in these forums) about html escaping in actinic that suggests using !!< and >!! around the html tags. Unfortunately, this doesn't seem to have worked (the actinic escape tags are appearing on the page and the javascript is still being escaped). I'm guessing that the partner is placing the javascript in a template that is not being rendered by actinic, or that the escape tags I'm using are incorrect. Can anyone suggest how I should solve this problem?
Any help would be greatly appreciated.
Cheers,
Chris
We offer a service that involves our partners inserting javascript in their site. The javascript needs to contain some product information (e.g. model and manufacturer). One particular partner having problems with our service is using Actinic v7 (hence the post here). The javascript is being html escaped which means we are being sent incorrect data. I found one topic (in these forums) about html escaping in actinic that suggests using !!< and >!! around the html tags. Unfortunately, this doesn't seem to have worked (the actinic escape tags are appearing on the page and the javascript is still being escaped). I'm guessing that the partner is placing the javascript in a template that is not being rendered by actinic, or that the escape tags I'm using are incorrect. Can anyone suggest how I should solve this problem?
Any help would be greatly appreciated.
Cheers,
Chris
Comment