I keep getting errors on the page they're Javascript related.
I have the RTE folder and in there I have created a sub folder called incs
In the main RTE folder I have put my application file. I design my forms in HTML and use ASP includes to pull them in based on functions/case select arguments
so Basically
i get I call an include (with a form)
and then within that I have an include to the RTE
when I turn on Debugging I get a javascript error here
var textArea = document.getElementById(textAreaName);
-> var textAreaWidth = parseInt(textArea.offsetWidth);
var textAreaHeight = parseInt(textArea.offsetHeight);
now in order to get round similar problems and the fact that RTE likes to live in its own folder and nowhere else I have previosuly copied another version into the includes folder and nothing!
this leaves me to assume that the problem is with my page and not with the rte
I have use another editor before hand and basically I had to put a prompt pause in the jscript to allow the page to load before the javascript kicked in.
Anythoughts or suggestions