Hi to all,
Im seeking for a solution for my problem in javascript..how can i get the values of an unspecified number of html textfields using javascript??
The scenario is this:
The user will specify the number of fields he wants, for example he specified 3 textfields,then my script will generate 3 html textfields..i want to validate these three textfields before submitting the form,it should not contain NULL values..how should i do this?? hope someone could help me...
Im seeking for a solution for my problem in javascript..how can i get the values of an unspecified number of html textfields using javascript??
The scenario is this:
The user will specify the number of fields he wants, for example he specified 3 textfields,then my script will generate 3 html textfields..i want to validate these three textfields before submitting the form,it should not contain NULL values..how should i do this?? hope someone could help me...
Comment