Advertisement

1 - 10 of 66 containing alltags:("xmlhttprequest") (0 seconds)
I'm using the following script to insert a HTML from http://soumongol.blogspot.com into another HTML, without using Iframe: <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <meta htt...
Zones: XMLDate Answered: 11/15/2004 Grade: A Views: 0
I am trying to use xmlHttpRequest to retrieve an xml doc when a user picks a selection from one drop down list.  THe onChange event will trigger the xmlHttpRequest but now i need to know how to par...
Zones: JavaScriptDate Answered: 05/02/2005 Grade: A Views: 0
Hi all, I have been using JSRS from http://www.ashleyit.com/rs/ for some time and recently decided to try XmlhHttpRequest. I came across a problem which I managed to get around in JSRS but not w...
Zones: Web Languages/StandardsDate Answered: 05/25/2005 Grade: A Views: 0
I was wondering if somone could help me out with my code. It should work, but it doesn't. I know for a fact that it's not the XML DOM stuff. It has to do with the onreadystatechnage. For this appli...
Zones: JavaScriptDate Answered: 01/09/2006 Grade: A Views: 9
Hi, I want my servlet to redirect to another page. If I do it from doGet it works. Same code in doPost doesn't work. Why?? To call the servlet with doGet I just go to the address in an Intern...
Zones: Java, ServletsDate Answered: 10/12/2006 Grade: A Views: 4
hello, I have an activeX control which creats a DOM object and send it to an aspx page via the xmlHttpRequest object. Yet when i load the object into a DOM object on the server the request infor...
Zones: ASP.Net ProgrammingDate Answered: 11/28/2006 Grade: A Views: 0
hi all, i need help with my ajax function. The function works great. There's just one problem i've been encountering recently. When i call my function from a page 2wice, only the first call respond...
Zones: JavaScriptDate Answered: 03/02/2007 Grade: A Views: 0
I have a window that implements XMLHttpRequest. Also in that window there is an iframe thal it's source is different directory/page. E.G. main window displays http://localhost/AAA/default.aspx and ...
Zones: JavaScript, Web Development, HTMLDate Answered: 07/18/2007 Grade: A Views: 0
Hi Guys My program accesses a url via MSXML XMLHTTPRequest. It works fine on most PC's except a couple. The error message i get is System error: -2147483638. when I look this up on the micr...
Zones: Visual BasicDate Answered: 06/21/2004 Grade: A Views: 0
In the client side I'm doing this:                  var this.rsSyncObject = null;             if (window.XMLHttpRequest){                   this.rsSyncObject = new XMLHttpRequest();             }             else if (window.ActiveXObj...
Zones: C#Date Answered: 04/20/2005 Grade: C Views: 0