Re: cant use html widgets with the editor?

  •  01-20-2012, 1:55 AM

    Re: cant use html widgets with the editor?

    Here's some example HTML:
     
    <div id="PictoBrowser120119234855">Get the flash player here: http://www.adobe.com/flashplayer</div><script type="text/javascript" src="http://www.db798.com/pictobrowser/swfobject.js"></script><script type="text/javascript"> var so = new SWFObject("http://www.db798.com/pictobrowser.swf", "PictoBrowser", "640", "500", "8", "#444444"); so.addVariable("source", "sets"); so.addVariable("names", "Jay's Hyundai Genesis Coupe Bi-Xenon Dual Projector Headlights"); so.addVariable("userName", "flyryde"); so.addVariable("userId", "46668569@N07"); so.addVariable("ids", "72157627977907201"); so.addVariable("titles", "on"); so.addVariable("displayNotes", "on"); so.addVariable("thumbAutoHide", "off"); so.addVariable("imageSize", "medium"); so.addVariable("vAlign", "mid"); so.addVariable("vertOffset", "0"); so.addVariable("colorHexVar", "444444"); so.addVariable("initialScale", "off"); so.addVariable("bgAlpha", "8"); so.write("PictoBrowser120119234855"); </script>
     
    I pasted this into SQL Server in the description cell for this database row, and the gallery shows up perfectly on my site, however, when I go into my admin section where I have CE instead of the standard textbox, it shows this message:
     
    Get the flash player here: http://www.adobe.com/flashplayer
    <!-- Inject Script Filtered --><!-- Inject Script Filtered -->  
     
    So something inside of cute editor needs to be turned off, so that the "injected script" may do its job, instead of being edited out.  This section of the website is only accessible to administrators, so no harmful script will be used (which is why i'm guess the script is disabled from saving to the database currently?). 
View Complete Thread