home / experts / javascript / column50 |
|
The HTTPProvider Object's Methods, Part II
This method saves the received stream to a file, and overwrites an existing file if The following script reads an html page from a server and tries to save it to a local disk:
The first run of this script creates the file on the local disk. The second run will fail to overwrite the existing file because the ![]()
Performs an HTTP POST method request.
Performs an HTTP HEAD method request.
Performs an HTTP GET method request asynchronously.
Performs an HTTP POST method asynchronously.
Performs an HTTP HEAD method request asynchronously.
Aborts the current HTTP operation.
Converts a string to a URLEncoded format. Usefull when populating URL or FORM data. |
Produced by Yehuda Shiran and Tomer Shiran
Created: October 11, 1999
Revised: October 15, 1999
URL: http://www.webreference.com/js/column50/httpmeth2.html