Jump Menu - Simplified 2
General
Add a simple menu to your site with this drop down form. Easy to use and customize.
Notes
- Created by: Boris Feldman
- Web Site: http://devx.com/
- Posted: December 1, 2006
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: jumpMenuSimplified2.js
CSS
Paste this code into your external CSS file or in the <style> section within the HEAD section of your HTML document.
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(6 comments)Simple + Easy to implement + it works!![br /][br /]thank you.
how do i make an external JavaScript file named: jumpMenuSimplified2.js[p]I never got this script to work.[p]PLEASE HELP[p]Thank You
Dear Anthony,[p]Yes you can.[br /]http://haan.net/test/jump-menu-simplified-2.html[p]Dear Peter,[p]In PHP you can set the headers before any other response headers are sent.[br /]http://haan.net/test/jump-menu-simplified-2.php[p]Here is the code:[br /]<?[br /]Header( "Last-Modified: " . gmdate( "D, j M Y H:i:s" ) . " GMT" );[br /]Header( "Expires: " . gmdate( "D, j M Y H:i:s", time() ) . " GMT" );[br /]Header( "Cache-Control: no-store, no-cache, must-revalidate" ); // HTTP/1.1[br /]Header( "Cache-Control: post-check=0, pre-check=0", FALSE );[br /]Header( "Pragma: no-cache" ); // HTTP/1.0[br /]?>[p]cheers,[br /]Jeroen Haan
Jump Menu Simplified 2 - Lovely bit of scripting, so easily tailored in terms of its look and easy to set-up and maintain. Have used it to select MP3 files to play on our website www.KidsCast.co.uk, looks and works superbly.[p]Many thanks[br /]...SteveP[br /]Webmaster
Is there someway to modify this code so that when I go back to the page containing the jump menu it automatically starts at the top again, rather than showing the last item I clicked on.