Examples
Relative or Absolute URLs, which do you prefer?
With RichTextEditor, you have the choice of using either a relative or absolute URL.
Demo Code:
<%
Dim rte
Set rte=new RichTextEditor
rte.Name="Editor1"
'rte.URLType="absolute"
'rte.URLType="siterelative"
rte.MvcInit()
%>