Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2004, 09:13 PM
Registered User
 
Join Date: Jun 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to pbhupal Send a message via Yahoo to pbhupal
Default Drop down box and book marks

Hello,

In a static html page I have a drop down box with few choices. When a user chooses a choice in the drop down box the control should navigate to a book mark that is defined below on the same page. Can someone please help how to setup book marks on choices in the drop down box? Thanks for all your help in advance.

Paul

 
Old September 10th, 2004, 09:23 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

<select onchange='window.location="#"+this.options[this.selectedIndex].value'>
<option value='some_bookmark'>goto some_bookmark</option>
<option value='some_other_bookmark'>goto some_other_bookmark</option>
</select>

Is this what you want?

-Snib <><
http://www.snibworks.com/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Dyamic Drop Down Box edwarjw Beginning PHP 1 August 16th, 2007 11:39 PM
Drop down Box NomAnor Classic ASP Basics 2 March 29th, 2004 12:21 PM
Drop down box format julitin Classic ASP Basics 1 November 6th, 2003 12:02 PM
Search using drop down list box and a text box tcasp Classic ASP Basics 1 July 31st, 2003 02:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.