[Javascript] onFocus getting error.

Harry Love hlove at u.washington.edu
Mon Jan 27 13:24:17 CST 2003


<snip> 

 <input type='textarea' onFocus='javascript:gotMe(this, 6);'>

</snip>

Craig,
I believe <input type="textarea"> is invalid.  This should be
<textarea></textarea>.  What happens if you change that?

Harry




More information about the Javascript mailing list