Example #1: Demonstrates onresize with image using recommended technique for registering events

This example demonstrates some of the info that can be returned resize event. Does not work in FireFox

Example One:  http://idealprogrammer.com


Example #2: Using In-line javascript is simplier, but blurs structure and behavior

Resize the image below to see event fire. Does not work in FireFox

Example Two:  http://idealprogrammer.com

---Messages for both examples follow---