Hi Max.
thanks for the quick replay !
i know that i need to use editor.Text = <%=variable_with_code_in_it %>
the only problem is that this all function is in <% %>
so if i will use for example
<%
srcURL = srcURL
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = <%=variable_with_code_in_it %>
editor.FilesPath = "CuteEditor_Files"
editor.EditorBodyStyle = "font:normal 12px arial;"
editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
' Request.Form(ID) access from other page
%>
i will recieve a syntax error.
any ideas ?
thanks,
O.B