Javascript displaying about textarea control

Dear All,

I have a tiny control app with 1 field (multiline text). I add javascript below either onLoad or onFocus and it pulls in the desired source, but displays it above the textarea , and does not act on the textarea. The intent is to implement a little html editor in the area called Innovaeditor.

The first line of the source is just <script language=“javascript” type=“text/javascript” src=‘127.0.0.1:82/liveeditor/scripts/innovaeditor.js’></script>

Any thoughts on why this isn’t activating the html editor but instead just displays all the script being called above the textarea?

Thanks greatly,

Lyle

I meant to say displaying ABOVE the textarea, not About.