P
Peter
The following makes date2=something. Is there a way to make it <= or
<input type="hidden" name="date2" id="datefield">
id is getting its value from javascript which returns a date in the
form 2008-01-17
The form is sending the values via POST.
Thanks,
Pete
but that didn't work.=. I tried making it less than by placing date2< in the name field
<input type="hidden" name="date2" id="datefield">
id is getting its value from javascript which returns a date in the
form 2008-01-17
The form is sending the values via POST.
Thanks,
Pete