|
Andy from Spain -> RE: Form Input Accessibility (6/17/2008 6:08:46)
|
I'm looking into this at the moment but have a form which is basically a search box followed by a submit button / image. According to "Cynthia" this is fine <form method="post" action="searchpage.asp"> <input class="textarea" type="text" name="stext" size="20" alt="search"/><br/> <input type="image" name="Submit" src="images/search.gif" alt="search"/> </form> ..but surely a textarea shouldn't have an alt attribute and validate, or am I missing something? Cheers Andy
|
|
|
|