02-27-04 11:35 PM
I need to allow my content authors to put javascript into postings. The
example I was given as a requirement was for DoubleClick, like this:
<!-- Start of DoubleClick Spotlight Tag: Please do not remove-->
<!-- Activity Name for this tag is:Homepage -->
<!-- Web site URL where tag should be placed:
http://www.txuenergy.com/energyserv...nglish/home.asp -->
<!-- Creation Date:3/18/2003 -->
<SCRIPT language="JavaScript">
var axel = Math.random()+"";
var a = axel * 10000000000000;
document.write('<IMG
SRC="https://ad.doubleclick.net/ activity;src=8347123;type=hoep334;cat=ho
ep33
4;ord=1;num='+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>');
</SCRIPT>
<NOSCRIPT>
<IMG
SRC="https://ad.doubleclick.net/ activity;src=8347123;type=hoep334;cat=ho
ep33
4;ord=1;num=1?" WIDTH=1 HEIGHT=1 BORDER=0>
</NOSCRIPT>
<!-- End of DoubleClick Spotlight Tag: Please do not remove-->
Any ideas how to do this?
My first thought is to create a custom page property where the author could
add the script, but my understanding is there is a small size limit on the
value of a customer property.
Thanks,
Todd
[ Post a follow-up to this message ]
|