Can any one help me ? I need help in two areas of JavaScript.
One:-
Using JavaScipt I need to add couple of Text fields, Dropdown Lists, and Buttons dynamically in my application. And at the same time I need to do client side validations on those fields.
Two:-
I have two date fields (Text fields) in dd/mm/yyyy format. Among these two dates, one field value must be always > other. (Date1.value > Date2.value)
I am just familier with JavaScript but not good. Please help me.
Thank you,
SAHI.
One:-
Using JavaScipt I need to add couple of Text fields, Dropdown Lists, and Buttons dynamically in my application. And at the same time I need to do client side validations on those fields.
Two:-
I have two date fields (Text fields) in dd/mm/yyyy format. Among these two dates, one field value must be always > other. (Date1.value > Date2.value)
I am just familier with JavaScript but not good. Please help me.
Thank you,
SAHI.