
Cliff
Staff

Jan 27, 2006, 10:55 AM
Post #8 of 8
(4985 views)
Shortcut
|
Hi shalliday, Thanks for posting. By default, the ability to post Javascript into an article is turned off in Article Manager, so what is happening is the program is stripping the code from your articles. You can however turn that on We use an XSS filter that is designed to prevent untrusted writers from adding scripting code into your fields. To disable this feature you can open up /artman/exec/config.ini and change this line: enable_xss_filter = 1 To this: enable_xss_filter = 0 Save the file, and you should be able to use Javascript in the body of your articles. There is a section in our documentation that explains all the settings on the xssfilter.ini file, here is the link for your reference: http://www.interactivetools.com/docs/doc.cgi?/articlemanager/admin/doc_page61.html Let me know how that goes for you Regards, Cliff Stefanuk - Customer Service Manager [email]support@interactivetools.com[/email]
|