473,326 Members | 2,732 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Which one is the correct one.... ?



var myObj = new ActiveXObject("Msxml2.XMLHTTP");

var myObj = new ActiveXObject("Microsoft.XMLHTTP");

If my development environment is ASP.Net/VB/Net/.NetFramework 1.1/IE 5+
Which of the above statement I should use?

Thanks,

Jonathan Smith
Nov 19 '05 #1
3 1174
"Jonathan Smith" <Jonathan_ Sm******@hotmail.com> wrote in
news:Op**************@TK2MSFTNGP12.phx.gbl:


var myObj = new ActiveXObject("Msxml2.XMLHTTP");

var myObj = new ActiveXObject("Microsoft.XMLHTTP");

If my development environment is ASP.Net/VB/Net/.NetFramework 1.1/IE 5+
Which of the above statement I should use?

Is this for VBScript? Or for XML Parsing?

If it's XML Parsing, you can use the built in System.Text.XML Classes.
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #2
If I see those name, I'll bet on the Microsoft.XMLHTTP as XML2.0 is rather
old. The current version should be XML4.0.

By Googling I found this list:
http://www.paypaldev.org/post.asp?RE...hod=ReplyQuote
----------------------------------------------------------------------------
----
Here are a couple of standard issue M$ XML Parsers from oldest to newest
(not counting 4 of course)
Server.CreateObject("Microsoft.XMLHTTP")
Server.CreateObject("MSXML2.ServerXMLHTTP")
Server.CreateObject("MSXML2.XMLHTTP.3.0")

Daniel Hammerberg
Webmaster
PenniesOnTheDollar.com

"Jonathan Smith" <Jonathan_ Sm******@hotmail.com> ¦b¶l¥ó
news:Op**************@TK2MSFTNGP12.phx.gbl ¤¤¼¶¼g...


var myObj = new ActiveXObject("Msxml2.XMLHTTP");

var myObj = new ActiveXObject("Microsoft.XMLHTTP");

If my development environment is ASP.Net/VB/Net/.NetFramework 1.1/IE 5+
Which of the above statement I should use?

Thanks,

Jonathan Smith

Nov 19 '05 #3
It is for Java script on IE5+.
Thanks,
Jonathan

"Lucas Tam" <RE********@rogers.com> wrote in message
news:Xn***************************@140.99.99.130.. .
"Jonathan Smith" <Jonathan_ Sm******@hotmail.com> wrote in
news:Op**************@TK2MSFTNGP12.phx.gbl:


var myObj = new ActiveXObject("Msxml2.XMLHTTP");

var myObj = new ActiveXObject("Microsoft.XMLHTTP");

If my development environment is ASP.Net/VB/Net/.NetFramework 1.1/IE 5+
Which of the above statement I should use?

Is this for VBScript? Or for XML Parsing?

If it's XML Parsing, you can use the built in System.Text.XML Classes.
--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sean Dockery | last post by:
Which is the following is correct? a) <form ... onSubmit="return checkData()"> b) <form ... onSubmit="return checkData();"> c) <form ... onSubmit="checkData()"> d) <form ......
8
by: Jean-David Beyer | last post by:
I got this while reorganizing a database after doing perhaps a million INSERTs. Not the best way to populate a relation, but the most practical. Then I did a REORG and got this (looked up SQL2215N)...
5
by: mm nn | last post by:
Hi, I want to create a table like this: ID Autonum Datefld Date Cat Text Itm Text tCount Number
65
by: Skybuck Flying | last post by:
Hi, I needed a method to determine if a point was on a line segment in 2D. So I googled for some help and so far I have evaluated two methods. The first method was only a formula, the second...
13
by: =?ISO-8859-1?Q?Tom=E1s_=D3_h=C9ilidhe?= | last post by:
If you have: #define errno retrieve_errno_func() #define SUBSYSTEM_INCLUDE(subsystem, file) <subsystem/include/file> then what should happen when you do:
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.