Is "this.name" proper? If not what is?
Thanks,
Micahel
Printable View
Is "this.name" proper? If not what is?
Thanks,
Micahel
Yes, you can use it, it's part of the javascript specs. As you probably already know, it refers to the object that called the event.
Take a look here for further info
http://developer.netscape.com/docs/m...ps.htm#1043482