Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested AJAX Solutions: 51 - 75 of 131
 
Hi, I keep getting an error of 'setDates' is undefined, when I try to call to my webservice webmethod.  I have everything defined properly in my scriptmanager tag, and in my .vb for my webserv...
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...
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...
In a web application, I dynamically create button objects, assign a click event handler and add them to a dynamically created update panel.   I have created a function to capture the event.  H...
is there a way to execute javascript generated by ajax? I'd like to run a flash animation using ajax thanks!
I have some Ajax set up to select jobtitle from a MS SQL database through ASP. This works fine and results are displayed in a DIV beneath my input field. I want to make the results clickable s...
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...
I have functions set in my window.onload and window.onunload events for a page. If that same page gets called via an AJAX request, does the window.onload and window.onunload events get fired w...
I have a page with 2 listboxes, one contains counties and the other should contain interstates (that run through the selected county). The county listbox is populated by a web service and I wa...
i am looking for an image gallery script with the same modal style and scrolling images along the top like this URL http://localism.com/fl/fort_myers_beach  click on the image on the right han...
Basically, I have a js variable called theid I want to query the db and get the description associated with theid.  But, I want to do this as the page loads and I don't want to reload.  I ...
Hello group, As my first experience I have planned to use AJAx in a PHP page. I guess it should not be that hard so I will appreciate it somebody could give me some advice. In a PHP page...
I've got a problem with javascript autocomplete I wrote based on ajax. It all works well, except that browser autocomplete comes on top of it, when the keyword was entered before. How to disab...
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...
i have installed the asp.net ajax control toolkit in visual studio 2008. I try open a code example and all works, but in the toolbox don“t appear the ajax toolkit controls, how can i put them ...
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...
Good Day Experts! I am trying to create a login page using XMLHttpRequest using a POST instead of a GET. The page requests the LoginPage.aspx no problem but I cannot retrieve the parameters...
Hi Experts, I have a function I'm using in my ajax.js file that does something like the following;- var t function alertUser(cursor, type) { //do ajax get request stuff if (cursor ==...
Is there any way around this issue? At work we are using this terrible software solution called zWeb/Host. It has no support for server-side scripting so just for speed reasons, I host all ima...
Hi does anyone know how I can make my div - see below shake when the user gets the username and password wrong.  I am using jquery and found this example on the net. <div id="content"> <fo...
OS: Vista Browser: IE7 or Firefox I'm lookin for code or api where I can select a language and translate the page into the language selected. I was looking at the google language api, b...
I need a solution for using javascript to call a php file to refresh some part of a page with certain interval. I googled the following code, by do not know how to make it work.
Hi, Using IE or FF, I've attached some code which work only with the first combobox but NOT with the 2nd in cascade. Any suggestions ? Thanks, Phil
Hello, I'm trying to have the damnest time try to get this to work... any ideas on why it's not functioning?  probably something stupid I'm just missing...  Thanks for the help here... jeremy...
I have attached an action to a DropDownControl like this... ddlSchedType.Attributes.Add("OnChange", "setVisible(this.selectedIndex);") The function setVisible (see code snippet) appears ...