Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best Practice: Standard URL vs XML Messaging
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Best Practice: Standard URL vs XML Messaging
Divers
Thread ID:
01090817
Message ID:
01090817
Vues:
74
My project includes a browser. The project script usually makes HTML HTTP requests. The browser creates a reference to MSDOM using javascript (ex):
var oXML=new ActiveXObject("MSXML2.DOMDocument.4.0")
I also experimented with the MS XML Messaging object:
var oHTTP=new ActiveXObject("MSXML2.XMLHTTP")
I liked it. The script was not flashed in the status bar.

Are their prohibitions against using the messenger object (as opposed to standard "scripted" urls). Are the two methods different? Any advice appreciated.
Imagination is more important than knowledge
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform