RemoveClass (client-side)
Use this routine to remove a class from the space-delimited list of classes associated with the className attribute of a specific HTML element.
Definition
RemoveClass(elItem,
sClass)
Parameters
elItem
The HTML element for which the specified class will be removed.
sClass
A string containing the name of the class to be removed from the specified HTML element.
Return Value
None.
Remarks
The specified class is removed from the existing set of classes without affecting any of the other classes.
This routine is available in the include file ActionPageUtil.asp.