WeberDev.com PHP and MySQL Code

LOG IN
BEGINNER GUIDESPHP CLASSESCODE SEARCHARTICLES SEARCHPHP FORUMSPHP MANUALPHP FUNCTIONS LISTWEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles Search


Submit a code Example / Snippet Join us on FaceBook
Submit a code Example / Snippet Submit Your Code
Poker Tournaments Poker Tournaments
Poker Guide for Developers Poker Guide for Developers
Search Engine Optimization Monitor SEO Monitor
Web Site UpTime Monitor UpTime Monitor
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 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
פרייסז - השוואת מחירים בסופר
ZeroLag.com
Texas Holdem Poker Evangelists

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 : 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 Click here to Update Your Picture
Ulysses Ludwig
Date : Aug 07th 2002
Grade : 2 of 5 (graded 7 times)
Viewed : 9463
File : jsmenu.zip
Images : No Images for this code example.
Search : More code by Ulysses Ludwig
Action : Grade This Code Example
Tools : My Examples List

Submit your own code examples  Submit your own code examples 
 

I got tired of using javascript menus that seemed to function slowly and that were
very heavy, so I wrote them myself. I am better at php than javascript so I wrote
most of this code as php which seems to make the menus a lot leaner and faster. The
example here requires that you create menus using the additem function. Menus
automaticlaly recognize that they are children if their id is in another menu item
and thus they will automatically be linked. This function can be used within a loop
that spins through a navigation table.... very useful if your site changes often.
To try out the example, simply unzip it into a php enabled directory and call up the
example.php file (http://localhost/jsmenu/example.php). To see a working example of
the menus go to http://www.finisar.com. Good luck and feel free to contact me.

Ulysses
[email protected]



Linked comboboxes with php-mysql & javascript
Categories : PHP, Java Script, Databases, MySQL
ezRemoteScripter - A little remote scripting (AJAX) helper
Categories : PHP, Java Script, AJAX
Date Validation using JavaScript. Intended to use it as checkdate() from PHP.
Categories : Java Script, Date Time, PHP
Local-to-user date and time display regardless of time zone or where the website's server is located
Categories : PHP, Date Time, HTML and PHP, Java Script
Record Set Paging with PHP (RSP)
Categories : PHP, MySQL, Navigation, Databases, HTML and PHP
Popup window creator for images on the Fly.
Categories : PHP, GD image library, Java Script
Java Script Based Navigation
Categories : HTML, Java Script, Navigation
PHP code for a directory treeview with DTREE free JavaScript TREE utility
Categories : PHP, Directories, Java Script
AJAX Data Grid System using php and mysql. A complete login system with the ability to display data in a grid using ajax. Add , update and delete the records without reloading the page.
Categories : PHP, AJAX, Databases, MySQL, Java Script
Pull Down Surfing - Surf on Change
Categories : Java Script, MySQL, HTML and PHP, PHP, Databases
PHP3 generated gif / javascript mouseover.
Categories : PHP, Java Script, MySQL
The Ajax Tree view class fetches data from a db for the requested parent category id. The data is then stored in an array and converted into JSON (Javascript Object Notation) format. This format is then used by JavaScript for populating tree view.
Categories : PHP, PHP Classes, Java Script, AJAX, Databases
How to check if JavaScript is enabled on a remote browser with PHP
Categories : PHP, Java Script
How to display a PHP variable value from a selectbox without reloading the page by merging PHP and Javascript variables.
Categories : PHP, Java Script, Variables
Fancy Quick Access Navigation Link
Categories : Java Script, Navigation, User Interface, DHTML, Beginner Guides