On GameFAQs: The top 10 natural laws ignored in games
4 Resources for

xmlhttp

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Easily consume SOAP Web services with JavaScript
If you aren't using Web services in your development work, it's time to start consuming Web services whenever and wherever possible. This article demonstrates how easy it is to consume Web services via JavaScript and both XMLHTTP and XMLHttpRequest. It's time to start consuming Web services whenever and ...
Tags: Phillip Perkins, Web services, Channel management, Simple Object Access Protocol, Web service, Web, WSDL, JavaScript, Web Development Zone Newsletter, Microsoft Corp., Mozilla Corp., XMLHTTP, SOAPAction, SOAP, Enterprise Software, Software, Marketing
Technical articles 2005-10-03
Explore the capabilities of Mozilla's XML proxy class
Mozilla's answer to Internet Explorer's XMLHTTP component is the XMLHttpRequest object, which behaves basically like the XMLHTTP component. Check out these code examples that demonstrate how easy it is to show off Mozilla's XML capabilities. IE extends its functionality by allowing developers to use safe ActiveX components within...
Tags: Microsoft Internet Explorer, Mozilla Corp., XML-Data, XMLHTTP, XML, Phillip Perkins, XMLHTTP component, server, Web Development Zone Newsletter, Listing B, XMLHttpRequest, Software/Web Development, Web Development
Technical articles 2005-06-13
Implement a flexible shopping cart with XML and ASP
There is no single way to create a virtual shopping cart. Recently I had the opportunity to rewrite a classic ASP shopping cart so that it had a similar look and feel, but was more flexible and faster than the original. I decided to take advantage of XML and develop...
Tags: Edmond Woychowsky, Microsoft ASP, shopping cart, XML, XmlHttp
Technical articles 2005-02-15
Send XML without XMLHTTP
This article was originally published in the Builder.com Web Development Zone e-newsletter.Microsoft provides the XMLHTTP object for sending and receiving XML data from the client. However, this restricts you from creating portable Web applications, since the XMLHTTP object is an ActiveX object.Most of the functionality in the XMLHTTP object lies...
Tags: Programming languages, Phillip Perkins, URL class, XML, Microsoft Corp., RSProxy, XMLHTTP, RSProxy class, REQUEST_POSTDATA, newRequest, Java
Technical articles 2003-04-01

Additional Resources

Explore the capabilities of Mozilla's XML proxy class
Loading data asynchronously...I found this object to be most useful for increasing the response time of a page. Note, I didn't say load time. If the user must wait 10 seconds for a page to appear they probably will complain. However, if the page appears and gives the user an...
Tags: Web browsers, Mozilla Corp., ActiveXObject
Discussion threads 2005-06-13
Invoke Webservice using vbscript
I have tried the below code but it is not working. any body can help me. this is vb script code.Const HOST = "http://localhost/SampleApplication/Simple.asmx"'Const URL = "Simple.asmx"Const FORMAT = "Raja" ' Create the HTTP objectSet xmlhttp = CreateObject("Microsoft.XMLHTTP")xmlhttp.open "GET", HOST & "/GetYourTime?format=" & FORMAT, false' Send the request synchronouslyxmlhttp.send'MsgBox HOST...
Tags: rajasrirangan@..., asp.net, programming, Microsoft VBScript
Discussion threads 2006-03-08
Access a method in another server using xmlhttp
Shown below is ASP Code sample that tries to access a method,CreateUser in the server called, "http://smallbutsmart.basis.com.au" using XMLHTTP. Can you explain to me why this Code does not work and showing the correct Code Sample?
Tags: ASP Code, Code, Microsoft Access, objXMLHTTP, programming, server, thayalan44@...
Discussion threads 2004-12-11
Access a method in another server using xmlhttp
Shown below is ASP Code sample that tries to access a method,CreateUser in the server called, "http://smallbutsmart.basis.com.au" using XMLHTTP. Can you explain to me why this Code does not work and showing the correct Code Sample?
Tags: ASP Code, Code, Microsoft Access, objXMLHTTP, programming, server, thayalan44@...
Discussion threads 2004-12-11
Microsoft MSXML 4.0 Security Update: XMLHTTP Control in MSXML 4.0 Can Allow Access to Local Files (exe)
Microsoft MSXML 4.0 Security Update: XMLHTTP Control in MSXML 4.0 Can Allow Access to Local Files is an update that resolves the XMLHTTP Control Can Allow Access to Local Files security vulnerability in Microsoft XML MSXML 4.0 and Windows XP, and is discussed in Microsoft Security Bulletin MS02-008. This version...
Tags: Security, Microsoft Access, Microsoft Corp., Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
Software downloads 2007-09-04
893659 Dynamic Page Updates Using XMLHTTP - WSXMLHTTP.exe Sample File (exe)
893659 Dynamic Page Updates Using XMLHTTP - WSXMLHTTP.exe Sample File contains the wsXMLHTTP.exe file. After the download of wsXMLHTTP.exe file is complete, please execute this file to obtain the wsXMLHTTP.exe file that will be used as a reference to KB 893659 - Dynamic Page Updates Using XMLHTTP. This version is...
Tags: Microsoft Corp., File
Software downloads 2007-08-31
893659 Dynamic Page Updates Using XMLHTTP - Getcategories.exe Sample File (exe)
After the download of Getcategories.exe file is complete, please execute this file to obtain the GetCategories.XML file that will be used as a reference to KB 893659 - Dynamic Page Updates Using XMLHTTP. This version is the first release on CNET Download.com.
Tags: Microsoft Corp.
Software downloads 2007-08-30
Microsoft MSXML 2.6 Security Update: XMLHTTP Control in MSXML 2.6 Can Allow Access to Local Files (exe)
This update resolves the XMLHTTP Control Can Allow Access to Local Files security vulnerability in Microsoft XML MSXML 2.6 and Windows XP, and is discussed in Microsoft Security Bulletin MS02-008. Download now to prevent a malicious user from reading the files on your computer when you visit a specially malformed...
Tags: Microsoft Access, Microsoft Corp., Microsoft Office, Databases, Security, Office Suites, Software, Enterprise Software, Data Management
Software downloads 2007-10-02
Microsoft MSXML 3.0 Security Update: XMLHTTP Control in MSXML 4.0 Can Allow Access to Local Files (exe)
This update resolves the XMLHTTP Control Can Allow Access to Local Files security vulnerability in Microsoft XML MSXML 3.0 and Windows XP, and is discussed in Microsoft Security Bulletin MS02-008. Download now to prevent a malicious user from reading the files on your computer when you visit a specially malformed...
Tags: Microsoft Access, Microsoft Corp., Microsoft Office, Databases, Security, Office Suites, Software, Enterprise Software, Data Management
Software downloads 2007-10-02
Ajax Hacks: Detect Browser Compatibility With the Request Object
Browser compatibility is an important consideration. One has to make sure the "Engine" behind Ajax's server handshake is properly constructed, but one can never predict which browsers the users will favor. The programming tool that allows Ajax applications to make HTTP requests to a server is an object that you...
Tags: O'Reilly Media Inc., Web Browser, Browser Compatibility, AJAX, Web Browsers, Internet, Software/Web Development, Web Development, Web 2.0
Book chapters 2006-03-01
MSXML Broken after MS security update
After installing the xml update of 11-14 I can no longer access XMLHTTP through IIS. Any attempts come up with Server.CreateObject Failed Invalid class string error.This is happening on XP pro, 2000 Advanced Server, 2000 pro, and server 2003, and i
Tags: http, programming, windows, database, security, MSXML3, IUSR, billmez, XML, permission, Microsoft Corp.
Discussion threads 2006-11-21
XMLHTTP ActiveX objects offer alternative to accessing ASP session variables
Instead of using cookies or hidden input boxes, you can use XMLHTTP objects to access client-side ASP variables. We'll show you how to create the object, set its properties, and invoke the send method.Several months ago. a coworker came to me with what he said was a client-side JavaScript problem....
Tags: Scripting languages, ActiveX, Edmond Woychowsky, XMLHTTP ActiveX object, session variable, Microsoft ASP, client side, server
Technical articles 2002-11-14
A Hype-Free Introduction to Ajax
This paper gives an overview of the core fundamentals of what makes Ajax possible without all the usual product-pushing hype. Remote Javascript, of which Ajax is one example and which has garnered the most attention as of late, provides the ability to interact with a server using XML data. Ajax...
Tags: AJAX, Internet, Software/Web Development, Web Development, Web 2.0
White papers 2006-04-01
Creating object of a DLL file.
Hello Friends,I was trying to create an object of a DLL file registered on a remote system in my network. But the compiler raises an error "Cannot create an object". I can create object of a DLL file registered on my local system but i m not able to create...
Tags: chavdaraju@..., DLL, Please Help, programming
Q&A 2005-04-13
MSDN Webcast: Client-Centric Programming Using the "Atlas" Client Script Library (Level 300)
ASP.NET "Atlas" is a 100% JavaScript extensible, object-oriented, client script framework that allows to easily build Asynchronous JavaScript and XML AJAX-style browser applications with rich UI and connectivity to Web services. With "Atlas", one can write Web applications that use a lot of Dynamic HTML DHTML, JavaScript, and XMLHTTP without...
Tags: Microsoft Developer Network, DHTML, Webcast, JavaScript, Client, Programming, Scripting Languages, Web Browsers, Software/Web Development, Web Development, Internet
Webcasts
MSDN Webcast: Developing Rich Web Applications With ASP.NET "Atlas" (Level 200)
This webcast provides an in-depth look at ASP.NET "Atlas". "Atlas" is the code name for a set of technologies that makes it easier to build Web applications using technologies such as DHTML and XMLHttp to deliver rich, interactive, and personalized experiences in the browser. "Atlas" builds on the innovations in...
Tags: Microsoft Developer Network, Webcast, Microsoft ASP.NET, Web Application, Web Browser, Atlas, .Net, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
Webcasts
  • << Previous
  • page 1 of 1
  • Next >>


TechRepublic's Data Protection Policy
Your organization is subject to a mix of strict legal, ethical, and self-imposed mandates that protect all of the organization's information, records, ...
Buy Now
Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now