Forum OpenACS Q&A: Javascript display in Widget and Normal Text Area

We want Javascript to display in specific places on our site. Also, we would like our users to be able to copy HTML code from Dream weaver and other tools, into the Normal Text area for Blog posts, and other files.

On our site, The Normal Text area (like the form I"m typing in now), which comes up after typing Javascript and some HTML tags into Widget,
does NOT save in the HTML format.

The format keeps defaulting back to Enhanced Text.

How do we get the HTML format to Save?

And, if I do get the HTML format to save, will it save Javascript?

When "Edit html" is used within the widget, the widget changes to the normal textarea, with a drop-down to select a format.

The available formats are:

* Enhanced text = Allows HTML, but automatically inserts line and paragraph breaks.
* Plain text = Automatically inserts line and paragraph breaks, and quotes all HTML-specific characters, such as less-than, greater-than, etc.
* Fixed-width text = Same as plain text, but conserves spacing; useful for tabular data.
* HTML = normal HTML.