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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20718491.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21409468.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_21429435.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21684623.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21988519.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22074533.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22406550.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_22703076.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20906937.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21394950.html
Zones:
C#Date Answered: 04/20/2005 Grade: C Views: 0