Extended Events Example
- onbounce, onfinish, onstart: Watch marquee events fire.
(IE4 Only)
(MARQUEE BEHAVIOR="ALTERNATE"
BGCOLOR="Yellow" LOOP="2" WIDTH="400"
onstart='alert("Marquee start!")'
onbounce='alert("Bounced!")'
onfinish='alert("Marquee done!")'>
Bouncing message
- ondragdrop: Try dragging a file onto the browser window.
(N4 Only)
- ondragstart: Try selecting text and dragging. (IE4 Only)
- onhelp: Click in window and press F1 key for help. (IE4 Only)
- onmove: Try moving the browser window. (N4 Only)
- onresize: Try resizing the window.
- onscroll: Scroll the textarea. (IE4 Only)
- onselectstart:
Try selecting this text. (IE4 Only)