Dear EricR,
Please try the following snippet, I have tested it and it works fine.
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.URLTyp="SiteRelative"
editor.Draw()
' Request.Form(ID) access from other page
%>
Thank you for asking