Refresh form with value selected from combo / drop down box
Posted: Sun Dec 26, 2004 2:08 am
I have a form for say weather
I want user to select a month from combo or drop down box having months (January to December) and want to refresh the information with certain details like temperature during day and night and season (rainy, autum, winteretc) already stored in database ...
Please help !!
At present I can submit the form using following javascript
document.form.submit();
However help me how do i refresh form with current value (of month chosen) by the user.
I want user to select a month from combo or drop down box having months (January to December) and want to refresh the information with certain details like temperature during day and night and season (rainy, autum, winteretc) already stored in database ...
Please help !!
At present I can submit the form using following javascript
document.form.submit();
However help me how do i refresh form with current value (of month chosen) by the user.