Hai,
i have a jsp1 program with date and time text fields.i am passing this values to next page jsp2program and showing the results ,according to the date time i am fetching the datas from database and showing in
jsp as a report.
the jsp2 program having 2 text field date and time having the values of what i am passing from jsp1 program.if i change these text field values i want to show the result according to that in same page.
jsp1 program:
Date : x1 text field
Time : x2 text field
submit
jsp2 program:
Date: x1
Time: x2
send
result
I have to show the result according to x1 date and x2 time.if user changed this value and by clicking send button in jsp2 program ,i have to show the result in the same page according to the changed date and time..
please forwards all your ideas and if any coding available please send me...
thanks a lot
Regards
Babu