Removes HTML tags from the value of a specified control.
Syntax:
StripHTML(id) StripHTML(id,source)
Parameters:
id - control id source - string to remove HTML tags from (optional).
Remarks:
The source parameter is optional. If omitted, the the StripHTML() function will use the value of the control specified by the id parameter.
Typically this function is used to remove HTML tags from values imported by the various Import functions. It can also be used to remove all HTML from the source of the current page.
Returns:
The output of the StripHTML() function is copied to the value of the control specified in the id parameter.
Example:
In this example, the visible text of the current page is displayed in the current browser window.