| EVENT |
| This Internet Explorer only attribute is used with the FOR attribute within the SCRIPT element to allow binding of object events (Event Handlers). This is useful in that you don't have to provide JavaScript functions and Event Handler statements to achieve the desired result. Study the following example to get an idea of what I mean: |
| syntax: |
| <SCRIPT FOR="WINDOW" EVENT="onResize"> |
| The HTML element(s) this attribute is used with are: |
SCRIPT |