WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Re: Accessibility of complex HTML forms

for

Number of posts in this thread: 2 (In chronological order)

From: Peter-Paul Koch
Date: Thu, Jun 26 2003 3:04AM
Subject: Re: Accessibility of complex HTML forms
No previous message | Next message →


> > One way to handle the complex form example I described above is to use
>DHTML
> > such that if a user answers yes to having children, the children related
> > questions will dynamically appear.

See my article at http://digital-web.com/features/feature_2003-05b.shtml for
a simple way of doing this. My script includes an accessibility solution,
although of course the form will be more usable with than without
JavaScript.

-------------------------------------------------------------------
ppk, freelance web developer
Interactie, copywriting, JavaScript, integration
http://www.xs4all.nl/~ppk/
Column "Keep it Simple": http://www.digital-web.com/columns/keepitsimple/
New: Forms, usability and the W3C DOM:
http://digital-web.com/features/feature_2003-05b.shtml
------------------------------------------------------------------

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail


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


From: Gerard Corboz
Date: Thu, Jul 03 2003 9:46PM
Subject: Re: Accessibility of complex HTML forms
← Previous message | No next message

Hi Peter

I'm trying to use your usableform.js script using DIV rather than TR.
Unfortunately though it isn't working.

Can you give me a hint as to what I could try.

The code where I'm trying to do this is as below:


<div id="waitingRoom"></div>

<div class="row">
<label for="OtherLanguageForm">
<span class="label">Is this form to be set in a language other than
English?</span>
</label>
<select id="OtherLanguageForm" name="OtherLanguageForm">
<option value="No" selected>No</option>
<option value="Yes" show="otherlanguage">Yes</option>
</select>
</div>

<div class="row" relation="otherlanguage">
<label for="BilingualForm">
<span class="dependentlabel">If other language, is this form
bilingual?</span>
</label>
<select id="BilingualForm" name="BilingualForm">
<option value="No" selected>No</option>
<option value="Yes">Yes</option>
</select>
</div>


Regards

Gerard Corboz
---------
Perform
Information Design Solutions
ph: 6214 0968
fax: 6214 0964
mobile: 0402 236 358
http://www.perform.net.au
Join our mailing list - http://www.perform.net.au/News/
---------

Important

The information transmitted in this email is for the use of the intended
recipient only and may contain confidential and/or legally privileged
material. If received in error, please delete all copies and advise the
sender. The reproduction or dissemination of this email or its attachments
is prohibited without the consent of the sender.




> From: "Peter-Paul Koch" < = EMAIL ADDRESS REMOVED = >
> Reply-To: = EMAIL ADDRESS REMOVED =
> Date: Thu, 26 Jun 2003 09:01:56 +0000
> To: = EMAIL ADDRESS REMOVED =
> Subject: Re: Accessibility of complex HTML forms
> Resent-From: = EMAIL ADDRESS REMOVED =
> Resent-Date: Thu, 26 Jun 2003 03:02:01 -0600
>
>
>>> One way to handle the complex form example I described above is to use
>> DHTML
>>> such that if a user answers yes to having children, the children related
>>> questions will dynamically appear.
>
> See my article at http://digital-web.com/features/feature_2003-05b.shtml for
> a simple way of doing this. My script includes an accessibility solution,
> although of course the form will be more usable with than without
> JavaScript.
>
> -------------------------------------------------------------------
> ppk, freelance web developer
> Interactie, copywriting, JavaScript, integration
> http://www.xs4all.nl/~ppk/
> Column "Keep it Simple": http://www.digital-web.com/columns/keepitsimple/
> New: Forms, usability and the W3C DOM:
> http://digital-web.com/features/feature_2003-05b.shtml
> ------------------------------------------------------------------
>
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
> ----
> To subscribe, unsubscribe, or view list archives,
> visit http://www.webaim.org/discussion/
>


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