...back to menu
Class: HTML
How to Read: Property/Method(Parameter As Type, ...) As ReturnValue
General Properties
ErrorMsg() As String
       Purpose:  Return Error Message if a method failed or no records were found

ErrorMsg(ErrorMessage As String)
       Purpose:  Set Error Message for display

General Methods
StripScriptTags(Paragraph As String) As String
       Purpose:  Stript Script Tags out of a given string
     Requires:  String or Paragraph
       Returns:  String w/ script tags removed

...back to menu