| Site Map | WizTools.org | jCraze Blog |
![]() |
Drop-down Menu Navigation in PHPYou would have come across many large sites using this type of navigation, pointing to their various sections. In this tutorial I will teach you to create a navigation of this type pointing to the following sites:
My example will use two files, one is "navigation.html" and the other "jump.php". File I: navigation.htmlThis file contains the drop-down menu. The code for the menu: <form action="jump.php" type="get"> Note: The action attribute of the <form> tag points to "jump.php". Also the name of the select field is "jumpMenu". File II: jump.phpThis file, redirects the user to his selected site. This job is done by the following code: <? Note:
Demo of this example. |
[Quick Stats: Number of main threads: 3, Number of sub-threads: 0]
Sign Guestbook
|
Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.