[thelist] javascript default event handlers, default events. [TIP]

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Wed Aug 31 06:33:25 CDT 2005


> > How does it have nothing to do with markup?  If I have <form
> > name="myForm">...</form>, how is document.myForm *not* a reference to it?
> > I'd really like to know.
> 
> Nothing about document.myForm says that there is <form name="myForm"

btw,
<form name="myForm" ..> is a deprecated usage.

you should use
<form id="myform" ...> instead.

However I am considering a strict point of view. It is valid in a
transitional doctype.

Cheers,
Volkan.


More information about the thelist mailing list