Hi, I am trying to use Javascript to check a form which is named dynamically but my code isn't working. My cgi script creates a HTML page which contains forms named form0, form1, form2 etc. Each form contains a field named type_id, a field named budget and a field named start_date.
Here is my...