Re: Invalid class string error

  •  09-04-2007, 10:52 AM

    Re: Invalid class string error

    Adam:
    mark123,
     
    Can you try the following configuration?
     

      <%
       Dim editor
       Set editor = New CuteEditor
       editor.ID = "Editor1"
       editor.Text = "Type here"
       editor.Draw()
      %>
     
    Keep me posted
     
     
    I get the same error as listed above.
View Complete Thread