HTMLElement SetBoolean Method

Adds or removes a boolean html attribute from an element.

      R←I SetBoolean N B

This is an APLDOM to browser DOM synchronized method.

I is the HTMLElement instance. N is the name of the attrrbute. B is a scalar Boolean, 1 or 0. R is 0.