Hello People, I am newbie in HTML and I need your little help to complete my website. I have created a website in HTML Format. I also created a section where I made a place for Enter your zip. I have created 5 cities seperate pages. I just want that whenever person put particular Zip code(Number) that city page should appear. Means User should go to that page. E.g. If customer put 92806 and click Search - He have to land on Specified created page i.e. Anaheim, likewise if he puts something else like 92807 he should land on different city page which is already present or created. Is there anyway to do this? Please help me. want to do this only for 8 cities. Thanks in advance.
Thanks Kyferez... atleast one person replied.. Yea I know that PHP would be much easier.. with database handling... But I read somewhere that its possible with HTML too... But I m not getting the code.. and script..
The only way I know of to do it in html only would require using javascript. Basically call a javascript function that would change the action tag of the form element to point to a different page depending on the zip code. It still requires coding javascript...
Thanks kyferez I am newbie in Javascript coding. So if you paste some piece of JS code here it will be very much helpful for me.