CuteEditor for ASP 6.6 Class Library

Editor.BaseHref Property

Sets or retrieves the baseline URL on which relative links will be based.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Sets or retrieves the baseline URL on which relative links will be based.
           editor.BaseHref = "http://yoursite.com"
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace