systemdownnn,
Step 1:
Add the following at the top of your asp page.
<!-- #include file = "CuteEditor_Files/include_CuteEditor.asp" -->
Step 2:
Change the following code:
<textarea name="aboutus_entry" cols="100" rows="20" wrap="virtual" id="aboutus_entry"><%=(rs_cinfo.Fields.Item("description").Value)%></textarea>
to:
<%
Dim editor
Set editor = New CuteEditor
editor.ID = "
aboutus_entry"
editor.Text =
rs_cinfo.Fields.Item("description").Value
editor.UseHTMLEntities = false
editor.EditorBodyStyle = "font:normal 12px arial;"
'editor.EditorWysiwygModeCss = "asp.css"
editor.Draw()
' Request.Form(ID) access from other page
%>
Hope it helps
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