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...
I was recommened to post here as I was told AJAX would work better for my application.
Here is my previous post:
http://www.experts-exchange.com/Database/MySQL/Q_23686022.html?cid=748#a223...
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"...
Hi there,
I'm currently working on a PHP Upload script for work, and I'm a bit rusty on the PHP side but not too bad. Basically, we have a large library of forms which are all split into fo...
I've been trying to solve this problem all day and think I'm on to the base issue, but cannot figure out the final solution.
In the previous release of my website, my AJAX code supported on...
I have a calendar extender that have as a targetcontrolid a textbox.
When the page is loaded I assign the current date to the calendar and it updates to the textbox.
I select another date ...
How create menu tree with ajax, php and mysql?is it possible, please help.thank you
Hi experts! :)
Hope you can help me once more.
I'm programming a web calendar application in vb.net 2008 using Ajax (v. 3.5.20229) (.Net Framework v3.5)
The calendar is rendered accordin...
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 ...
Hello all,
I have a Formview which collects information and inserts a master record. Once this form view is submitted, it displays in ReadOnly mode and two other items are made visible on t...
This code use to work on IE6 but on IE7, it's a no-go.
I've isolated the error: "Unknown runtime error." on line..
document.getElementById('ajaxresponse').innerHTML = xmlHttp.responseTex...
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 ...
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...
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...
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...
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...
hi experts
playing with jquery and ajax, getting some json back using getJSON. can't see how i can call a function if the ajax fails. for example, if i pass a file that doesn't exist to get...
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...
We have an application where the user enters with a certain URL such as http://some_host/home.htm. With AJAX, we change the DOM of this first page so that it is identical to another page with...
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, {
...
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...
Hi
Experts, I have a aproblem with my update panel is not working and I don't know why?
I have a master page that contain a place holder. IN this place holder I have three buttons that wil...
Hi,
I want ot have a LOV- select list on a page.
The selection of the LOV will call AJAX and return the options for each LOV, this I have an idea of.
How do I dynamically create a select li...
Here is my scenario I'm testing out the Modal Popup extender in the ASP.NET 2.0 AJAX Control Toolkit. I got the Modal Extendering working. However, I want to execute server side code once the ...
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...