M
misschris
Guest
HELP! I am trying to create an HTML drop down menu with zip codes/towns where a client can click on where they live and have it link directly to the page we have on our website with location maps, etc. Let me explain. Say you live in Westhampton...the drop down menu will have all zip codes and town names to select from. When you make your selection of Westhampton, it will link to a page on our website with information about our Riverhead location. Since we have various locations aligned with certain zip codes, I'd like to make it as easy as possible for people to find out where they should go. I'd like to keep it as simple as possible as other people will need to maintain this (i.e. non-webbies), and the CMS we use is not javascript friendly. Basically, I built the drop down and tried linking appropriate centers to each zip/town, but when the link triggers, it goes back to the same page...like it starts to work but won't recognize the link. I'm in a bit of a time crunch, so any and all answers that may help are appreciated, thx. BTW, I am doing this in Notepad as I don't have any web software here at work, so please don't suggest Dreamweaver (don't I wish I had that right now!). If you could write something like <a href="(insert your link here)">Zip/Town</a> so I could store it on the shared drive for the non-webbies to play with, that would be wonderful, thx!