Do not use on any
shared computer
July 24, 2008 01:29pm pdt

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

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

 
Time Tested AJAX Solutions: 1 - 25 of 79
 
Hello I have a simple page that has two input fields created in PHP/HTML and also an ExtJS Panel.  What I am trying to achieve is the data entered in the two input fields being shown in the...
Hi, I have a javascript function (AJAX) that can be called on any control's any client side event. (its very ovbious ) This function (AJAX) uses XMLHttpRequest object and retrieves data ...
I have 2 gridviews on a page that work just as I need them to do, however when I add the ModalPopupExtender to the panel around the second gridview it doesn't show up on postback.  I am sure i...
I can't get Firefox to wait for an AJAX XMLHttpRequest to load before continuing with the rest of my Javascript. I've set the 3rd parameter of the .open() method to "false" to make it syncrono...
I am new to jquery and I have some code from a friend.. I want to add a criteria to the code below to accommodate $(this)).attr("value")=="UnitedStates") and $(this)).attr("value"...
Is it possible to use Ajax to call a PHP script that uses the exec() command to run some server-side command and then wait for the exec() command to finish processing before sending the result...
im a rookie at this Ajax thing but i really like  to implement it to my asp page. I just want to pass the variable (or the information inserted by the user ) to a specify div in the page so i ...
ok what i have is a modalpopup extender that shows when a user clicks on a link, the popup has 2 textboxs and a submit button( called button1) what i am wanting to do is when that popup is ...
I've got a page that has a few url parameters. There's a couple of modes the page can be entered in, with correspondingly different urls params. Also with the same page many of the processes a...
Hi How do I fix this problem. I have a tabcontainer with several tabpanels. In every tabpanel I have RequiredfieldValidators and validationsummary. The problem grove up, when I try...
I have the following: It fails on scriptmanager.    <<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager>           Country:           <asp:DropDownList ID="ddl...
I am new to using the Update Panel within Ajax using .Net 2005. I have put 2 listboxes within an update panwel on my form. Selecting one item within listbox 1 may cause listbox 2 to be filled...
I have a page with a dropdown of stylesheets the user can select from. When they select a stylesheet, it reloads the page with the <link href="style1.css" type="text/css" rel="stylesheet" /> p...
I am trying to figure out a way to load divs with content using ajax (ie 6 & 7 only) when the user scrolls up or down. The idea is that the user will select an item from a point in a table of ...
Hi, I have a number of dynamically generated buttons added to an ajax accordion. I also have a modalPopup extender to popup a panel. I want the dynamic buttons to popup the panel. Currently...
I have a very simple ModalPopupExtender which is within a UserControl and when I click to display , the popup panel changes from "style="position: fixed; z-index: 100001; left: 409px; top: 87p...
The XMLHttpRequest open method gives a permission denied error when I call a page from a different domain. Is there any permanent solution to get around this error?
I am trying to populate a drop down list from database, based on the selection in the first drop down list. I want to do this using AJAX. When I use the following code, the second drop down...
I'm trying to build a simple AJAX function that I can call whenever I need it. The function takes 4 variables: ajax(page,fol,inf,outd) page = the php page to run fol = Field or Link, if t...
How do you dynamically set the height of a Ajax TabPanel so it fills the Height of the Tab Container. Currently the height is determined based on the content within the TabPanel Control. I ...
Hello, I would like to use the following script that displays tooltips by displaying content from external files fetched by AJAX. Instead of using external files, I would like to display in...
Hello.  I have put together some code using the Prototype JS library to pull data from an XML file and display it in a table via AJAX.   The file has no trouble displaying the data when fir...
Created a building search form that isn't functioning properly in Internet explorer.  The user selects a building "select_buildings" and the rooms for that particular building are dynamical...
Is it possible to trigger a partial page update using an href with command arguments? such as: <a id="loadOrder" href="javascript:__doPostBack('LoadOrderDetail','<%# Container.Value %>'...
I'd like to do something like jQuery_has_result?     do_something() : do_something_else(); Is there an easy way to get a boolean out of a jquery?  I've been playing with about 3 lin...