Click to return to the Networking, Protocols     
Gopher Protocol     HTTPS Protocol     Predefined Protocols    
Web Workshop  |  Networking, Protocols & Data Formats

HTTP Protocol


Opens a hypertext transfer session with the specified site address.

Syntax

http://sDomain

Possible Values

sDomain Required. Specifies the fully qualified domain name or IP address to the site.

Remarks

The hypertext transfer protocol (HTTP) is a communications protocol designed to transfer hypertext documents between computers over the World Wide Web. It defines what actions Web servers and browsers should take in response to various commands.

HTTP is stateless, meaning the connection to the server does not remain open.

Available as of Microsoft® Internet Explorer 3.0 or later.

Example

The following sample demonstrates the use of the HTTP protocol.

<A HREF="http://www.microsoft.com">
The Microsoft Web Site
</A>


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.