17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 2692 Views |
-
Re: Banners on silverstripe

13 August 2008 at 5:18am
Hi I tried to put the script in CDATA block but got an error on that
Fel: uncaught exception: [Exception... "Operation is not supported" code: "9" nsresult: "0x80530009 (NS_ERROR_DOM_NOT_SUPPORTED_ERR)" location: "http://www.topgear.se/ Line: 286"]
Anyone got an idea on this?
Joakim
-
Re: Banners on silverstripe

13 August 2008 at 9:14am Last edited: 13 August 2008 9:14am
Hello,
I use quite a few JS banner scripts on my SilverStripe sites.
Simply include the JS file in the necessary template. Disable content negotiator in mysite/_config.php and everything should work fine
// For JavaScript, Xml and DocType
ContentNegotiator::disable();You should also be placing your JavaScript code in mysite/javascript and never edit code in sapphire or cms.
Cheers
| 2692 Views | ||
| Go to Top |


