PHP Gallery
PHP Gallery is a free php image script.
Viking gear
Gear Gifts and Apparel
Till death do us part
Axels New Music releases
Goth and Gore Gifts
Shop right now or else!

here are some of the best and useful php scripts and snippets to help in your projects. Php displayed below. Use the search for specific script lookups. Click the category links to view scripts in Javascript and cgi. To add your own script click the link and add your useful script example.

json js build menu function
menu json js function print



function buildMenu(jsoncontent) { var data=eval("(" + jsoncontent + ")"); document.getElementById("zone").innerHTML = data.menu + "
"; for(i = 0; i < 3; i++) { var line = " "; line += data.commands[i].title + "
"; //alert(line); document.getElementById("zone").innerHTML += line; } document.getElementById("zone").innerHTML += "
"; document.getElementById("zone").innerHTML += data.blog + "
"; for(i = 0; i < 1; i++) { var line = " "; line += data.menu2[i].title + "
"; //alert(line); document.getElementById("zone").innerHTML += line; } } var fname = 'dynamic-menu.json'; function loadJSON() { var xhr=createXHR(); xhr.open("GET", fname,true); xhr.onreadystatechange=function() { if (xhr.readyState == 4) { if (xhr.status != 404) { document.getElementById("zone").innerHTML = "found"; buildMenu(xhr.responseText); } else { document.getElementById("zone").innerHTML = fname + " not found"; } } } xhr.send(null); } window.onload = loadJSON; 


Add your comment.













No comments yet

Search ScriptsnTips


Php JavaScripts CGI/Perl