|
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.
|