Hi,
I need to open div which contains some information based on selected date using javascript.
so how i can get the data based on selected date and open the div on click of date.
Hmm What I would do is set the click event in Java to force a postback to the server and set up a hidden variable on the site and give it a value in the click event. when the postback happens the value of the hidden variable could be evaluated and used to show the div and populate the information needed.