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...
I am trying to get a List box filled with Options based on a query that I build from the values of 2 List boxes. So far I can pass the 2 list box "selected option" values to a php file and I ...
Please look at http://www.t1133.com/map/samuitest2.htm
when click at the red marker in the map the text will show and then it will show picture the problem is How can i make picture fit on bo...
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:...
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="...
Hello,
I have some code which is working fine in FireFox but is not working is Internet Explorer.
Everything is loading alright in both browsers but when it come to using a simple hyperl...
*************
The setup:
*************
1. I have a PHP script that takes a long time to execute and I would like to provide feedback in the form of a progress bar. This first script updat...
I am trying an AJAX example that I got online and everytime i click the button, it is suppose to only update the one label, but instead it does a postback of the entire page (i can see the pag...
Hi everyone,
I'm having some problems with Ajax and HTTP POST.
It's a simple script. a hyperlink with a onclick event, will trigger an AJAX POST.
On IE, if you click it a few times, i...
Hello experts,
I'm now trying to trigger a function after I fill a div with innerHTML method.
In other words along with the result of the AJAX page execution I'd like to throw a JS functi...
How can I create a form which validates an entry when clicking outside of the input field?
I have seen various form validations like SPRY, jvalidate and so on... but had problems with custo...
I am try to create a page that allows users to view XML data, edit the data, and save it. I am using javascript to do most of it, and PHP to save. I have it working for the most part. I get th...
i am having an AJax update panel control in which a gridview is placed.when the form loaded the gridview is binded with values from database.
the first column of the grid view is a <asp:Lin...
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 %>'...
Greetings all
I am getting the following error when I attempt to build my project (until this morning it was working fine):
Could not load file or assembly 'AjaxControlToolkit, Version=1...
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 have an ASP.NET project that throws that neat little " ! Error on Page " icon in the lower left corner of the browser under certain conditions.
If a TextBox has a ValidatorCalloutExtender...
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)....
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...
When i try to add Text box and any other control in the Tab panel it works fine.But when i add Griview in the container the grid view is diplayed out of the whole tab container.I would be happ...
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 need the a dropdown date selector in asp.net javascript that does not postback to the server.
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!
I am using asp.net ajax, I get maximum length exceede error message, I read and try many methods but I couldnt fix this problem. Have can I change default max retrun back records number with...
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 ...