Specify the url when the help button click
Example Code
<%
Dim editor
Set editor =
New CuteEditor
editor.ID =
"Editor1"
'Specify the url when the help button click.
editor.HelpUrl
= "http://richscripts.com/default.aspx"
editor.Text =
"Hello World"
editor.Draw()
%>
Editor Class | CuteEditor Namespace