E-mail List Archives
select/option coding question
From: Kharmen Roman
Date: Mar 17, 2004 11:24AM
- Next message: Kelly Hokkanen: "flashpaper"
- Previous message: holly marie: "Re: Apple screen reader technology preview"
- Next message in Thread: Jukka K. Korpela: "Re: select/option coding question"
- Previous message in Thread: None
- View all messages in this Thread
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/
- Next message: Kelly Hokkanen: "flashpaper"
- Previous message: holly marie: "Re: Apple screen reader technology preview"
- Next message in Thread: Jukka K. Korpela: "Re: select/option coding question"
- Previous message in Thread: None
- View all messages in this Thread