desiinusa123
04-15-2010, 09:08 PM
Here is my problem.
I have 2 php pages called index.php and test.php
index.php is the page where user can select values from 3 drpdown lists. Once when the user hit view, it queries to the backend oracle table and the results will be displayed on test.php
the problem is if i hitBACK button on the browser from test.php page (after results shown), it goes back to index.php BUT the dropdown values are not reset to the default. It goes back to the same dropdown selection which was used to query before. I need the dropdown to be defaulted to "Choose from the menu" (this is example).
Could you please help
TIA
I have 2 php pages called index.php and test.php
index.php is the page where user can select values from 3 drpdown lists. Once when the user hit view, it queries to the backend oracle table and the results will be displayed on test.php
the problem is if i hitBACK button on the browser from test.php page (after results shown), it goes back to index.php BUT the dropdown values are not reset to the default. It goes back to the same dropdown selection which was used to query before. I need the dropdown to be defaulted to "Choose from the menu" (this is example).
Could you please help
TIA