HTML code to list US States, clickable, jump down the page to get more details?
I'd like to add a page to my business website - which, at the top, lists all 50 US states. When you click on any given state, it jumps you down the page to that states list of stores that carry my product. Is there a html code generator to help me do this?
Public Comments
- javascript, and its really easy... or more really, ajax. you need to have a <select> tag with the option tags. you also need to have an onClick attribute in the select tag, and a javascript code that loads the page for each state. if you need me to make it for you email me, Jesse_Ostrander2000@yahoo.com, its really easy but i cant show you the code on here.
- Like this: <a href="#anchorResults">Select From Here </A> Later <a name="anchorResults"></a> <h2>Results</h2>
Powered by Yahoo! Answers