Re: URLType not working with INPUT form.

  •  03-30-2011, 11:14 AM

    Re: URLType not working with INPUT form.

    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
View Complete Thread