- From: Andy Laws <adlaws@gmail.com>
- Date: Mon, 27 Jul 2009 14:12:23 +0200
- To: w3c-wai-ig@w3.org
- Message-ID: <6ab7f2a50907270512n1d8203d5p7538886eccc17caf@mail.gmail.com>
Dear All I have take over some code that was written a few years ago and the purpose is to generate a static html form this allows our company to give the clients a flat file form with js validation rules embedded into it i was horrified to see the following <tr> <td>Klantnummer *</td> <td><input id=agdMailRowValue1 tabIndex=1 size=15 name=agdMailRowValue1 FormValidator="M-TXT-12" FormPrompt="Klantnummer" ></td> <td>Voornaam *</td> <td><input id=agdMailRowValue9 tabIndex=8 size=15 name=agdMailRowValue9 FormValidator="M-TXT-30" FormPrompt="Voornaam"></td> </tr> How can i explain that you can't just go adding to the form attribute items as the browser does not complain about them so my superiors don't this its a problem Many Regards Andy -- Andrew Laws Bsc(Hons) MBCS, FBCS Web-Sites: www.opelnet.co.uk www.cubiks.com www.holidayhypermarket.co.uk e-mail: adlaws@gmail.com Telephone:: +44 (0) 7828822987
Received on Monday, 27 July 2009 12:13:05 UTC