RSprinkel Posted September 21, 2007 Share Posted September 21, 2007 Hi all, Am seeking some help on getting a drop down box setup to where when a User selects a certain item listed that it would display info from a link on the same page as the Drop Down but below it. I have never set anything up like this before and have absolutely no clue either. Thanks Much in advance. PS I have searched the forums and alot of the info I found would be good if I understood it alittle better. Quote Link to comment Share on other sites More sharing options...
EvanAgee Posted September 25, 2007 Share Posted September 25, 2007 So, you want to have a drop down <select> menu, and when the user selects an element in the dd menu you want the page to "jump down" to a specific area on the page? If this is correct there are a couple of options, the easiest being to setup anchors (<a name="myanchor"></a>) and then use javascript to tell your menu when changed to jump to that specific anchor. I did a quick google search and found this old forum posting. I glanced at it and it appears to be a decent solution. http://www.codingforums.com/archive/index.php?t-58714.html Quote Link to comment Share on other sites More sharing options...
RSprinkel Posted September 27, 2007 Author Share Posted September 27, 2007 Hi EvanAgee, Sorry for the delay in replying. Thanks for the info. However I am lost when using Javascripts. I have no clue as to include java in a page. I am currently setting this up in MS Frontpage. Again Thanks for the info. Looks good, but again No Clue, LOL. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.