Links that trigger Scripts
Hi there,
I have been working on a website and testing it out with Accessibility Valet, aiming to pass triple A.
Everything is fine, but because of this tag
<form action="http://www.iksonline.com/cgi-bin/NewAlphaMail.pl" name="form1" id="form1" method="POST" >
that paticular page is under probable fail category.
How can I ammend it to make it accessible?
cheers,
Tracy
I have been working on a website and testing it out with Accessibility Valet, aiming to pass triple A.
Everything is fine, but because of this tag
<form action="http://www.iksonline.com/cgi-bin/NewAlphaMail.pl" name="form1" id="form1" method="POST" >
that paticular page is under probable fail category.
How can I ammend it to make it accessible?
cheers,
Tracy
I don't think it's the link causing the problem, as the script is run on the server, so couldn't have any accessibility implications. Does the form have lots of form controls? It may just be things like grouping controls with fieldsets and legends it's referring to, where only a user check would be able to determine a pass or fail.
Hi Tracy,
Could be the "name=form1" tag, which is depreciated for validation (just use "id=whatever").
Take it out and try again
Could be the "name=form1" tag, which is depreciated for validation (just use "id=whatever").
Take it out and try again


