"Jochen Fuhrmann" <> wrote:
>> Will something like this work?
>> <form action="foo"...> <fieldset>
>> <legend>Enter Date:</legend>
>> <label for="day">Day: </label> <input type="text" id="day"
>> size="2"> <label for="month">Month: </label> <input type="text"
>> id="month" size="2"> <label for="year">Year: </label> <input
>> type="text" id="year" size="4"> </fieldset> </form>
>
> sure it'll work, but it doesnt help me with my problem,
Then we still don't know what your ultimate problem is. It surely
wasn't disabled color.
The proposed solution, or something rather similar to it, is surely the
best approach to the problem of date input. If you add markup that
makes each pair of label and input field appear on a line of its own
(using <div> container or <br> separator), it becomes comfortable to
the user, accessible (even a blind person, literally, finds it
suitable), and safe against common errors. (Beware of approaches that
take a date as a single string unless you can be sure that you agree
with the worldwide audience of what, say, 04/07/03 means - there are at
least six different interpretations.)
So if it does not help with your problem, what _is_ the problem?
But please do not bother answering before you can have those Shift and
"." keys fixed.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html