Share via


MarqueeElement.onbounce Property

SharePoint Designer Developer Reference

Sets or returns a Variant that represents the onbounce attribute, which is the script that runs when the onbounce event fires.

Syntax

expression.onbounce

expression   Required. A variable that represents a MarqueeElement object.

Remarks

The behavior attribute of the MARQUEE element must be set to "alternate" for the onbounce event to fire.

See Also