- From: Shifra Raffel <sraffel@oxygen.com>
- Date: Fri, 1 Jun 2001 16:25:33 -0400
- To: w3c-wai-ig@w3.org
Sorry for a slightly newbie question. On a program I'm building, we're using the following format, putting the "submit" button inside a <noscript> tag to hide it from all but non-Javascript users, for design reasons. Can anyone tell me, does this interfere with the accessibility? Many thanks for word. <form method="post" action="/cgi-bin/something.cgi"> <select onchange="JavaScript_does_cgi's_thing_unless_scripting_off"> <option value="none" selected="selected">Click below:</option> <option value="foo">Foo</option> <option value="bar">Bar</option> </select> <label accesskey="s"><NOSCRIPT><input type="submit" value="do something"></NOSCRIPT></label> </form> -- Shifra Raffel Web Programmer ThriveOnline, www.thriveonline.oxygen.com (415) 908-3079 sraffel@oxygen.com This e-mail is the property of Oxygen Media, LLC. It is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential, or otherwise protected from disclosure. Distribution or copying of this e-mail or the information contained herein by anyone other than the intended recipient is prohibited. If you have received this e-mail in error, please immediately notify us by sending an e-mail to postmaster@oxygen.com and destroy all electronic and paper copies of this e-mail.
Received on Friday, 1 June 2001 16:26:00 UTC