Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top AJAX Solutions: 101 - 125 of 164
 
Hi, I'm trying to replicate the Google suggest box, and have all the ajax and php code working.  What I'm missing right now is the ability to select one of the options and the proper format...
I am using ajax and json to query a mysql database and display the results by id. I want to display up to 10 records but sometimes there are less. When ther are less my array json[10]tot...
Hi experts, I am desperate to find a solution for thing, hope someone can help. I have a http which contains a table which has javascript in it which reads external xml feeds. My prob...
Can i install Visual Studio 2005 and visual studio 2003 and visual studio 2008 all on the same P.C. I have some .net applications that were wrriteen in 2005 and the user control files wont ope...
When using responseXML to return values from an asp document it will not return a NULL value or a blank value from the database without holding up the responseXML. How can I properly handle Nu...
This is part curious and part frustration. The website www.savemyemergencyroom.com will crash my IE6 sp1 browser on Windows 2000 after I enter in a vaild zip code. This will not happen on Wind...
Need web based map software to select a geographical location and have the coordinates returned to the calling web script. Ex: Show map of united states with each state, have user click on...
I want to learn AJAX. Anybody give me some links or example in ajax pls don't  copy from google
Hi, I have actually created quite some Ajax development to my projects. it run smooth on my system and also my own server which installed Ajax Extension. But while every time when i upload...
I revised my code several times i didn't recomginse where did i get this problem when i run the verifycountry.php alone and i set the $country variable everything work perfect but when i che...
Hi there, I am currently working on a Website that has 3 Sections. First you can send a Search query and the returned  HTML and JS ist written to the second section. (Scripts are evaled at...
I am trying to mimic the features of this photo gallery here at the link below. Once that page fully loads and you click on a picture it has really cool effects. How could i go about implem...
I have a page with multiple ULs and I need to be able to re-order them. My current code which is working sorting the page, but doesn't write to the database is as follows: <script type="...
I'm using ajax for a checkout process. On my old 'Order Complete' page in my static checkout I had google conversion JS. How can I have the conversion JS work within the AJAX code?
Hi, In my jsp i loading the component using jsp .. Wjhile loading the jsp some time it shoiwng an alert like bellow one ... component returned failure code: 0x804b000f Please let me know ...
Is it possible to have an xmlhttp request url = "test.jsp" http_request.open('POST', url, true); contact a jsp which then invokes some javascript for onclick on that jsp body onload /...
Please check the URL above to get a visual for what I'm referring to.  Visit the 'parade sponsors' link, scroll down the page once it loads, then test the widget on that page.  Next, click the...
Hello, Not sure if this is possible but I figured this would be the place to find out.  Have  country drop down on my page, I want when a user selects their country an ajax call is submitte...
I'm trying to create a collapse panel following the tutorial on Asp.net : "http://www.asp.net/learn/ajax-control-toolkit/tutorial-18-vb.aspx" If I create it on a normal page without a Masterp...
Hi, anyone could help me to create form validation using JS and AJAX? I do know how to create a validation with JS, however I would like to know how to: 1) highlight the input field in gr...
HI, I an having a problem with postbacks using url rewriting and ajax. I have two application using url rewriting, one works fine and the other doesnt. The only difference is that one is us...
I have this function below and problem is that the code below will not work in Firefx but it works in IE. However if I take out this part from the code below  switch( true )       {    ...
Hi, I am trying to access rows nested under either trucked or untrucked in the attached JSON string. As visible both the elements trucked and untrucked have 2 rows each. I would like to ite...
Hello what is the easy way to implement start rating using ajax and a php side that post and retreive the result from a database ! let's consider that our database table called "rate" and it...
I have an issue where I need to make a remote procedure call to a mysql db (via php) and return a collection of items.  I then need to manipulate the items clientside, including drag-and-drop,...