Posted: Thu May 01, 2008 8:24 am Form submission problem
How do I get one html page to automatically load another.
I have a search box made up from a text input and a submit button. The user can enter a search term and hit the submit button. This causes another_page.php to load. The new page examines the search term and determines which subsequent page to load.
E.g. If my search term is "apples", another_page.php will determine that fruit.html should be sent back to the user.
I've gone the meta route to get it to redirect, but this doesn't work.. e.g.
<meta http-equiv="refresh" content="5";URL="fruit.html">
Posted: Thu May 01, 2008 8:32 am Whoops! - I nearly forgot...
The other thing I should have mentioned, is that JavaScript is no use in this situation. The whole point of my wanting a non-Javascript solution is that this method is to be used when Javascript is disabled on the user's browser.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum