Page 1 of 1

onFocus

Posted: Wed Jan 10, 2007 1:31 pm
by thiscatis
I'm using onfocus in a <input> tag and the XHTML validator gives me this error:

Code: Select all

there is no attribute "onFocus".
err?

Posted: Wed Jan 10, 2007 1:38 pm
by Kieran Huggins
try lowercase: onfocus="blah()"