Render the Editor on the client.
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
editor.Text =
"Hello World"
'Render
the Editor on the client.
editor.Draw()
%>
Editor Class | CuteEditor Namespace