If I understood your question, the answer is No, the location I'm trying to reach (ex. http://10.10.1.15/myFolder/myASP.asp), 'myFolder' is a virtual directory, not the default web.
I'm rebuilding our webserver and the webserver is the one who makes XLM calls to the '10.10.1.15' computer...
Hi --
I have two webserver that need to talk to each other using MSXML 4.0.
When I'm connecting using the hostname:
(e.g.
Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0")
xhttp.open "POST", "http://myhost/GetX.asp", False
), works fine, but it wont work if I try to use the IP address...
Hi --
I'm on the process to upgrade our webserver.
My problem is happening when I'm testing the XML calls.
Im using MSXML 4.0. If I try send ("POST") the xml data to a 2nd server and I use the server IP instead of the hostname, the connection fails.
Any clue how can I add permission from my new...
Hi Tarwn,
The code you sent worked fine after a few adjustments in our server. My problem now is:
after this code is executed
...
' Opens the connection to the remote server.
objXMLhttp.Open "GET", URL, False
' Actually Sends the request and returns the data:
objXMLhttp.Send...
I tryed mozingod approach once, but the user managed to double click the button faster than the javascript could hide it. Users... we can't live without them.
Hi Again,
Your code works fine if the URL points to an ASP page, when Im trying to point to their JSP server I get a:
...
msxml4.dll error '80072efd'
A connection with the server could not be established
...
I think the java server configuration is causing this error, for instance our IIS...
Let me try to explain it better... its a weird scenario Im facing here:
There is an application on the Image server that was developed in JSP by a third part company. If you use their web interface, you retrieve a table with a list of images for a particular client.
The major problem is that...
From what I can see, the way you're trying to retrieve the value from the dropdown object won't work.
Try to explicit use the object name:
...
if (dropdown_menu.value == true) {
window.focus();
window.location.reload(false); // Reload page
}
else {...
As a good pratice I'd suggest you to avoid using ID as a field name, try always CustID or SomethingID.
ID, for most database engines is a reserved word and can raise a lot of errors hard to find...
This is not the case right here, Juanita's answer shall fix your problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.