Javascript Course

This is an Ajax Script to create Multiple Level Dropdown Menus. The menu lists (categories, sub-categories, link URL) are defined on client-side with JavaScript, and can be saved with PHP in TXT file (in JSON format), or /and in MySQL database.
The script is free, without any support or assistance. You can use it, modify, and publish it freely.

Features

- This Multi-Level Menu Creator provides an user interface for composing HTML based menus; to Add, Modify, and Delete lists and links in menu, preview multi-level menu, Save and Load saved menu.
- The script comes with three predefined types of Menu Styles: Horizontal-Vertical menu, and two Vertical-Horizontal menus.
- The script generates HTML and CSS code for the Menus, that can be copied to add them in your web page; also, the JSON and SQL code, if you want to save the menu manually in TXT file or MySQL database.
- You can load a saved menu to continue editing it, to add and modify lists /links. The saved menu can also be included in PHP files, using the PHP class of this script.

More details, instalation and settings in the "readme.html" file in the script.

• To Download it, click: Multi-Level Dropdown Menu script.

To see and test this script, click: Demo Create Multi-Level Menu Script.

- On the Demo Page you can create Online your multiple level menu, get the code and include it in your web site, without need to Download and install the script.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
What attribute makes the input text box to not be modified by the user?
checked="checked" readonly="readonly" disabled="disabled"
<input type="text" value="fixed-value" readonly="readonly" name="a_name" />
What CSS property allows you to create rounded corners in your webpage design?
background-size border-size border-radius
.class {
  border:2px solid blue;
  border-radius:1.2em;
}
What instruction displays a confirmation dialog box to the viewer, who must then click OK or Cancel to proceed?
indexOf() confirm() prompt()
var ques = window.confirm("The result of 0+0 is 0?");
if (ques) alert("Corect");
else alert("Incorrect");
Indicate the PHP function that returns the lowest number of the parameter values.
floor() ceil() min()
$min_nr = min(12, 8, 25, 13);
echo $min_nr;        // 8
Multi-Level Menu Creator

Last accessed pages

  1. Images and Audio Uploader addon for CKEditor (4627)
  2. Select in MySQL, Output results in HTML Table (19341)
  3. JavaScript Game - Find the Word (866)
  4. PuzzleImg - Script to Create Image Puzzle Game (9411)
  5. innerHTML in PHP (16939)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (50)
  2. Read Excel file data in PHP - PhpExcelReader (14)
  3. SSEP - Site Search Engine PHP-Ajax (10)
  4. PHP Unzipper - Extract Zip, Rar Archives (10)
  5. The Mastery of Love (9)