View Single Post
Old Dec 26th, 2006, 3:20 AM   #3
pushkarajthorat
Java Developer
 
pushkarajthorat's Avatar
 
Join Date: Jun 2006
Location: Solapur, India.
Posts: 24
Rep Power: 0 pushkarajthorat is an unknown quantity at this point
Send a message via Yahoo to pushkarajthorat
hi,
i think this is a good sol.

1. have a form tag who submitting data to page retrieve_data.php. you might use method as either "post" or "get", have the id of form as "form_id"

2. enclose the select tag in form tag so that when you submit the data will pass on to next page..

3. on the select tag use the event onChange() and put this thing.. onChange="document.getElementById("myHeader").submit();"

Regards,

Last edited by pushkarajthorat; Dec 26th, 2006 at 3:54 AM.
pushkarajthorat is offline   Reply With Quote