Re: JAWS Training Module
tmichals@...
Thanks Greg,
I will look at it in the morning, my brained is fried. lol This is as far as I got with my code. It is not behaving very well. Want a good laugh? run it. It is appalling what JAWS is spitting out. <html> <body> <form> <table> <tr> <th nowrap="true" align="left" title="Select All">Select <input type="checkbox" onclick="for (i = 0; i < this.form.elements.length ; i++) {if (this.form.elements[i].name=='selected') { this.form.elements[i].checked = this.checked; } }" /> </th> </tr> <tr> <td> <input type="checkbox" title="Select Item Number 368456708" name="selected" value="0" /> </td> </tr> </table> </form> </body> </html> From: Gary King Sent: Monday, June 18, 2012 8:44 PM To: tmichals@... Subject: JAWS Training Module Tom, The Training link on www.freedomscientific.com takes you to a section of the site that has training for their products including JAWS. If you want to look at sample forms and their source code, check out the Surf's Up link. Gary King w4wkz@... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.the-jdh.com/pipermail/jfw_lists.the-jdh.com/attachments/20120618/8e4b903f/attachment.html> |
|