Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
I need to make a HTML thing.?
I need to make something with Html that will allow people to enter a four digit code and with that code it will take you to a site that is associated with that code. SO for example if I put in 1234 it take me to answers.yahoo.com but if I put in 4321 it will take me to gc.ca
2 Answers
- Anonymous8 years agoFavorite Answer
Easiest way to do that is not with HTML but with PHP and a database. Try working out how to do that.
- galt_57Lv 58 years ago
If the relationship between the code and the destination is not a secret and the list of such codes is not overly long then you could do this with Javascript.