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

sub 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.

See Also

Client-Side Routines

AddClass (client-side)

bHasClass (client-side)

ReplaceClass (client-side)

Server-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.