I think what i wrote was not clearly understood...!!!
What i meant was that .. i have this java script through which a pop up calendar is displayed....
What i wanted to do is that when ever i select any value in the pop up calendar the jsp page should be reloaded ...
The selected value goes into a txt box and then in the combo box the data should be displayed in accordance with the date selected ...!!
The javascript works this way
There is a image and this image hyper links to the pop up calendar...
What i want is that when i select any thing in the pop up calendar .. it should display data accordingly in the combo box...what i mean is that
1. First select the date
2. The date to be displayed in the text box
I know that data base connectivity is not possible through java script but plz can some one tell me how to detect whether a text box has been filled right now.......
For eg:
When i select something in the pop up .. is there some way that i can capture an event ...that something has been filled in the txt box right now ...so refresh the page and then take the value of the txt box through request.getParameter("Textboxname")';
plz some one help me out on this one.... i thought that this was a java script question but i have been directed to jsp..!
Plz some one help me on this one..!
Thanxzzzz..!