WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDES  |  PHP CLASSES  |  CODE SEARCH  |  ARTICLES SEARCH  |  PHP FORUMS  |  PHP MANUAL  |  PHP FUNCTIONS LIST  |  WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search
Submit a code Example / Snippet Submit Your Code
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
WeberDev's Monthly code contest PHP Code Contest
Your Personal Examples List My Favorite Examples
Your Personal Articles List My Favorite Articles
Edit Account Info Update Your Profile
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Submit Site
Forex Trading Online forex trading platform

Go Back Add a Comment Send this example to a friend Add this Article to your personal favoritest for easy future access to your favorite Code Examples and Articles. Submit a code example Print this code example.
BACK ADD A COMMENT SEND TO A FRIEND ADD TO MY FAVORITES ADD CODE EXAMPLES PRINT
Title : Fancy "Quick Access" Navigation Link
Categories : Java Script, Navigation, User Interface, DHTML, Beginner Guides
Yeni Setiawan
Date : Jul 18th 2008
Grade : 3 of 5 (graded 1 times)
Viewed : 794
File : No file for this code example.
Images : No Images for this code example.
Search : More code by Yeni Setiawan
Action : Grade This Code Example
Tools : My Examples List

 
Like this code?
Show the author your appreciation.
Submit your own code examples 
 

This is a simple script to create a fancy drop down menu for "Quick Access" button. Using plain HTML and Javascript.

<html>
    <head>
        <title>Change link into navigation menu</title>
        <script type="text/javascript">
        function tampilkan(){
            document.getElementById('xyz').innerHTML = document.getElementById('quickie').innerHTML;
        }
        </script>
    </head>
    <body>
        <form id="quickie" style="display:none">
            <select onchange="window.open(this.value,'_self')">
                <option>Meluncur ke blog saya di..</option>
                <option value="http://sandalian.com">Sandalian.com</option>
                <option value="http://the.sandalian.com">The.sandalian.com</option>
                <option value="http://sandalian.wordpress.com">Wordpress.com</option>
                <option value="http://sandalian.blogspot.com">Blogspot.com</option>
                <option value="http://sandal.vox.com">Vox.com</option>
                <option value="http://my.opera.com/sandalian/blog">My.opera.com</option>
            </select>
        </form>
        <span id="xyz"><a href="#" onclick="tampilkan()">Click Me..</a></span>
    </body>
</html>



KuPro1.0 - This application is for Libraries, To see their books and to maintain users books. This version is in Turkish, future vers may have English Support.
Categories : PHP, Java Script, DHTML
Validating a URL with JavaScript RegExp
Categories : Java Script, Data Validation, Beginner Guides
Form Processing : with alert Highlight field name which is not filled by user
Categories : Java Script, Form Processing, Data Validation, Beginner Guides, Web Design
Easy alert box pop-up function
Categories : PHP, Java Script, Beginner Guides
Ajax - Perform a simple server side request and update the current HTML page.
Categories : AJAX, Java Script, Beginner Guides
Show hide table rows to make dynamic forms
Categories : Beginner Guides, Java Script, Form Processing, HTTP
Local Time clock and Server time usign PHP and JavaScript
Categories : PHP, Java Script, Date Time, Beginner Guides
Menu in sliding bar or tree style. Handles frames by using small amount of javascript. Handles external and internal pages. Allows custom code to replace a menu item.
Categories : PHP Classes, PHP, Java Script, DHTML
Javascript/DHTML menus without all the extra javascipt.... server side browser detection + dynamically generated javascript (build menus on fly using php)
Categories : PHP, Java Script, Navigation
Get your browser details using javascript
Categories : Java Script, Beginner Guides, Browsers
Conditional Check - a script that allows a user to submit a form only if the user check a checkbox.
Categories : HTML, Java Script, Form Processing, Beginner Guides
Changing the Style of form objects using the JavaScript OnClick method.
Categories : Java Script, Form Processing, Beginner Guides, CSS
Javascript animated menu items
Categories : DHTML, CSS, Java Script, HTML
PHP and javascript mouseover, mouseout, and mousedown events
Categories : PHP, Java Script, Form Processing, Beginner Guides
JavaScript Fade In Text Messages
Categories : Java Script, DHTML