WebAIM - Web Accessibility In Mind

E-mail List Archives

select/option coding question

for

From: Kharmen Roman
Date: Mar 17, 2004 11:24AM


I am using a dropdown box that requires an onChange(),
for presentation -- no use of a submit button. However,
the following code is failing when I validate my page
using AccVerify.

I have searched the archives for an example of how to
code this form element...does anyone have any
suggestions?

Failing for N. 508 Standards, Section 1194.22, (n)

<SELECT class="myClass" id="status" name="isActive"
onchange="procName(param1,param2)">
<OPTION selected value="target1">Active</OPTION>
<OPTION value="target2">Inactive</OPTION>
<OPTION value="target3">All</OPTION>
</SELECT>

Thanks in advance,
Kharmen


----
To subscribe, unsubscribe, suspend, or view list archives,
visit http://www.webaim.org/discussion/