Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,208,273 members, 8,002,129 topics. Date: Thursday, 14 November 2024 at 02:34 AM |
Nairaland Forum / Science/Technology / Webmasters / Ajax Dropdown Menu Scripts (1487 Views)
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)
Ajax Dropdown Menu Scripts by Syvalam(m): 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(m): 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! |
(1) (Reply)
Login Scripts Works Locally But Not Online. / Get 6 Months AVG Internet Security 2013 Serial Keys Now ! / A Good Web Designer Should Contact Me
(Go Up)
Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health religion celebs tv-movies music-radio literature webmasters programming techmarket Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 8 |