Are you sure you get the data from your DB and pass it to srcURL?
Let us pass some value to srcURL and test it:
<%
srcURL = srcURL & "Hello World"
Dim editor
Set editor = New CuteEditor
editor.ID = "Editor1"
editor.Text = srcURL
editor.FilesPath = "CuteEditor_Files"
editor.EditorBodyStyle = "font:normal 12px arial;"
editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
' Request.Form(ID) access from other page
%>
If you still get "Hello world", that means you get an empty string from your DB.
You have to find the code of your script to debug that part.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx