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: 51 - 75 of 172
 
I have a form that contains multiple required fields.  One of the fields is a free form textbox and the other is a date that is selected using the AJAX calendar extender.  The problem is that ...
I have a drop down list that i would like to change the selected value based on a value in a database... when the page loads.  I have a working ajax script already that returns the value I wan...
Hi all!    For various reasons I'm using Mootools 1.1.1 in stead of 1.2.0. (Really can't switch). But now I encounter a problem with making an Ajax request. Example: new Ajax(url, { ...
So here's the issue. I have a form located at http://www.vimarksolutions.com/property_form.php. ignore the appearance. I have two pieces of javascript, a verification/form submission pie...
Hi All, I asked the question earlier and got a good answer. I have the loading spinner etc. now what I'm struggling with is to place a dummy loading spinner in front of my page. I have se...
setInterval("getOrders()",10000); to execute an ajax script seems to work in firefox but not IE. Is there something I need to do to make it cross browser, or is it a IE caching or something...
I have to convert the arabic text to unicode and again convert unicode text to arabic. I have to convert arabic text to unicode and store in database using c#.net
Attached is the two javascript functions that I need to run with one onclick event like <a href="#" onclick="Calendar('next_month','$month','$year');show_event('$month','".date("j",$value)....
I'm having problems with getting FancyUploader to work (http://digitarald.de/project/fancyupload) The problem is this: When I load index.php in FireFox and try to upload an image I get: E...
I am looking for the client-side script to switch the active TabPanel as if you clicked on the tab itself. In my page I have a HyperLink that I want to simply call javascript to change the act...
I want the HTML/JAVASCRIPT/CSS code of 'tab panel' that one of the Joomla extensions uses, where can I find this similar code? You can find the example on this page: http://template15.joom...
hello: i'm using the example from this link: http://www.w3schools.com/php/php_ajax_rss_reader.asp the follwing is my customzied code. but i got an error in Firefox Warning: DOMDocument:...
Hi there, I'm currently writing a PHP/MySQL/Ajax enabled script that allows members of our team upload forms to a website for public consumption. I'm nearly there, thanks to the help of EE ...
I would like to dynamically generate the search results as they come in possibly using the AJAX toolkit. I currently have a gridview that just takes a querystring. Does anyone know of a good a...
I'm looking for a working AJAX proxy to use to send and receive API requests/responses to http://ww1.caliber.ie/cram/api I have the clientside code from Caliber (attached) that gives an exa...
HI all, i want to know if it is posible to open a website inside a webpage using the UpdatePanel of ajax. The idea is to replace the FrameSet of HTML which gives that functionality using Aj...
I am trying to pull straight HTML output through an AJAX call. Using XMLHttpRequest is obviously out, so I've tried what's in the code snippet. 'newClientFormDiv' is a div in the page ma...
if u go to omegalove.com and try to login at the top with any user name and password it will let u login. why is this happening? <%@ Master Language="C#" AutoEventWireup="false" CodeFile="...
hi, i am trying to upload file in my jsp using oreally multipart request I am getting the following error . java.io.IOException: Corrupt form data: premature ending Any idea why this erro...
I have a tab control with 2 tabs. I want to change the ActiveTabIndex dynamically. When a button in one tab fires click event, i want to show the other tab.
Hello, I am using asp.net 3.5 and ajax suddenly stopped working.  Everything was fine and work before but then stopped all of a sudden.  The only thing that changed on the server is that Visua...
I am trying to knock up a little Ajax-y method or two, just something nice, simple and reusable. All it should do is take the resonse and vomit it into the innerHTML of whatever element you sp...
Hello, Please visit this website (http://www.plasticsurgery.com:80/procedures.aspx), my intrest is the body map flash movie. I want to do the same effect but with DHTML/ajax as the right...
Does Microsoft's ASP.NET AJAX work with .NET Framework 1.1? Or do I have to install .NET Framework 2.0?
I need to modify the script attached to send this data as POST rather then GET, I think that GET has to many limitations but I have no idea how to send it by POST Thanks!