Ajax Dropdown Menu Scripts - Webmasters - Nairaland
Nairaland Forum › Science/Technology › Webmasters › Ajax Dropdown Menu Scripts (1526 Views)
| Ajax Dropdown Menu Scripts by Syvalam(op): 7:01pm On Mar 26, 2010 |
Pls i urgently need AJAX dropdown menu scripts for ongoing web project pls kindly help me out |
| Re: Ajax Dropdown Menu Scripts by DualCore1: 7:14pm On Mar 26, 2010 |
dynamicdrive.com |
| Re: Ajax Dropdown Menu Scripts by Nobody: 11:46pm On Mar 26, 2010 |
simply google "code for a Ajax Drop Down Menu" and test all scripts you see from sites for the best that suits ur desire. Thanks. |
| Re: Ajax Dropdown Menu Scripts by Syvalam(op): 9:58pm On Mar 27, 2010 |
Thanks a lot @ Dual Core , Donpuzo i got the script below from w3schools.com and it works properly but am still having problem with handling multiple XMLHttpRequestObject var xmlhttp; function listBranch(str) { xmlhttp=GetXmlHttpObject(); if (xmlhttp==null) { alert ("Browser does not support HTTP Request" ;return; } var url="getBranch.php"; url=url+"?cpn="+str; url=url+"&sid="+Math.random(); xmlhttp.onreadystatechange=stateChanged; xmlhttp.open("GET",url,true); xmlhttp.send(null); } function stateChanged() { if (xmlhttp.readyState==4) { document.getElementById("branchList" .innerHTML=xmlhttp.responseText;} } function GetXmlHttpObject() { if (window.XMLHttpRequest) { // code for IE7+, Firefox, Chrome, Opera, Safari return new XMLHttpRequest(); } if (window.ActiveXObject) { // code for IE6, IE5 return new ActiveXObject("Microsoft.XMLHTTP" ;} return null; }// JavaScript Document |
| Re: Ajax Dropdown Menu Scripts by Nobody: 10:42pm On Mar 27, 2010 |
You r welcome. ![]() |
| Re: Ajax Dropdown Menu Scripts by Nobody: 9:13am On Mar 28, 2010 |
there is a reason why i dont use that xmlrequest stuff, i think it is not crossplatform, that is the problem you get on w3schools atimes, they teach stuffs, but are not always practical. |
| Re: Ajax Dropdown Menu Scripts by mikkyphp(m): 12:56pm On Apr 01, 2010 |
dynamicdrive.com it is! |
Complete Tutorials On Designing A Wapka.m0bi Site.(codes/scripts Etc) • Form Validation Tutorial Using Javascript, Php And Ajax! • Dynamic Web Design Tutorials Ft Javascript,Ajax,DOM,PHP,MySQL... • 2 • 3 • 4
I Need A Website Design • Alcatel Set To Launch Their New Window Smartphone Onetouch Fierce XL In US • Please Can Someone Tell Me The Diffrence Between Nigeria Adsence And Us Adsence
;