The ASP guys told me to come here for a solution.
I have a hidden field called filecondition
I also have 2 text fields on on the page called startdate and enddate.
I need the user to input a start date and a end date into the boxes and when they do I need to update the hidden field value before I submit.
For Example:
The user inputs 01/01/05 in startDate text field
User inputs 12/31/05 in the end date field I would need the filecondition hidden value updated to the example below before the user submits the form.
<input name="filecondition" type="hidden" id="filecondition" value="xfilter(created "01/01/05~~12/31/05")" />
Thanks for any help you can give.
By the way I know Diddley about Javascript.....
I have a hidden field called filecondition
I also have 2 text fields on on the page called startdate and enddate.
I need the user to input a start date and a end date into the boxes and when they do I need to update the hidden field value before I submit.
For Example:
The user inputs 01/01/05 in startDate text field
User inputs 12/31/05 in the end date field I would need the filecondition hidden value updated to the example below before the user submits the form.
<input name="filecondition" type="hidden" id="filecondition" value="xfilter(created "01/01/05~~12/31/05")" />
Thanks for any help you can give.
By the way I know Diddley about Javascript.....