[Javascript] Unobtrusive onsubmit

Peter Brunone peter at brunone.com
Wed Feb 18 13:32:04 CST 2009


> IE does not differ between 'name' 
> and 'id' namespaces 

What exactly does that mean?

----------------------------------------

From: "J. Lester Novros II" <lester at denhaag.org>

Terry,

Terry Riegel wrote:
> So I have this...
> document.getElementById('testform').onsubmit=TestDataCheck;

Not quite to the point but be aware that IE does not differ between 'name' 

and 'id' namespaces so this will have consequences for your script.

Just a heads up.

l8R lES 



More information about the Javascript mailing list