<% Dim editor Set editor = New CuteEditor
editor.ID = "Editor1" editor.TemplateItemList = "G_start,Bold,Italic,Underline,Separator,JustifyLeft,JustifyCenter,JustifyRight,G_end" editor.ShowBottomBar = false editor.Text = content editor.FilesPath = "/ASP/CuteEditor_Files" editor.Width = 600 editor.Draw() %>