sorry my english
i try to use the RTE_editor. I follow your example and i do not undestand the include file <!--#include file="RTE_editor_inc.asp" -->
this work fine like this
Dim strFormName
Dim strTextAreaName
'Edit the intilised variables below to put in the name of your textrea's ID and the name
'of the form the textarea is within
'Name of the HTML form the textarea is within
strFormName = "myForm"
'ID tag name of HTML textarea being replaced
strTextAreaName = "myTextarea"
'----------------------------------------------------------------------------------------------
%>
<!-- include the Web Wiz Rich Text Editor -->
<!--#include file="RTE_editor_inc.asp" -->
<textarea name="textarea" cols="80" rows="15" id="myTextarea">
but if change place near body tag, this do not work.
how can i do, if i have 3 or 4 textarea in the same form..... ?
i include this file 3 or 4 times
thanks
PF