HTML editor is deleting my script

Re: HTML editor is deleting my script

by Jared Stein -
Number of replies: 0
I've also found it necessary to use Javascript from time to time. Using an external .js file seems to be the best way to do this (note that Moodle's HTML editor will strip out what is between the SCRIPT tags, not the SCRIPT tag itself.

One question related to this is why does the HTML editor do the same thing for the STYLE element (i.e. strips out CSS rules)? That doesn't strike me as a security issue...