CuteEditor for ASP 6.6 Class Library

Editor.BrowserType Property

Gets the browser type as detected by the HTTP headers sent by the browser.


Example Code

      <%
           Dim editor
           Set editor = New CuteEditor
           editor.ID = "Editor1"
           'Gets the browser type as detected by the HTTP headers sent by the browser.
           Response.Write editor.BrowserType
           editor.Text = "Hello World"
           editor.Draw()
      %>

See Also

Editor Class | CuteEditor Namespace