Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested AJAX Solutions: 26 - 50 of 205
 
Hi, We are using STRUTS, JSP for development . In the JSP (Form) there are many elements, and i want to take only five element values from the form to the Struts Action Class using AJAX. ...
I have a multi select box called stores, when the user selects one store, it triggers a ajax script that gets a list of reports that the store has available to it.  The problem is, I want the ...
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 ...
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 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 all, I have a table that contains a list of checkboxes. i need to create a function in JAVASCRIPT that will do the following:  say i have 10 checkboxes .. one on each table row. if ...
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...
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...
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...
Hey all i am using code from http:/www./nicedit.com/. I am having problems with sending the data to my server while the user only sees an animation. I would like to have the user click on the ...
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...
Hi, When a user clicks delete from the hyperlink on my grid it goes to the following sub..     Sub DeleteRecord(ByVal sender As Object, ByVal e As GridRecordEventArgs)             javascr...
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 ...
On my current page I have a simple href which calls an external file via ajax which then displays this in a tooltip. So....what's my question? Well, the way i would like to set this up woul...
I am using a nifty ajax tool-tip script from Dynamic Drive (http://www.dhtmlgoodies.com/index.html?whichScript=ajax-tooltip).  I am requesting 2 modifications: 1. At the place where the too...
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...
I have a shopping cart table which has columns for the following: CartID Product ID Product Name Product Quantity Product Price User SessionID DateTime When a user adds an item to th...
I have been looking at some samples of this, but none match up with the method I am using enough for me to get them working so, I guess that's why I buy this service. The AJAX request funct...
I am deploying an ASP.NET app to a Win2003 Server.  This application uses ASP.NET AJAX Extensions 2.0.  The application runs just fine in my dev environment (Vista), but in the production envi...
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...
Thank you, in advance, for any assistance that you can provide with the following Ajax onreadystatechange issue.  I am trying to add Ajax autocomplete functionality to a web page that has a va...
Hi, I'm new in AJAX. I have read an example "PHP and AJAX MySQL Database Example" on http://www.w3schools.com/PHP/php_ajax_database.asp , and i have some questions: I understand this: ajax ...
I've searched the web high and low for directions on how to install AJAX on IIS 7 here at home for testing purposes. The link to download the extensions, was easy enough to find, which is h...
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 ==...
We are deploying a java applet so that we can upload and download files.  The applet is slow to load and sometimes stops the browser from rendering the rest of the page until the applet is fin...