Web Update

Back Home Up Next

qp_webupdate.bmp (104698 bytes)

This window enables web update.

QPower automatically designs the Maturity Status Table and updates it to the web page of your choice. What is more, you can add any custom HTML code to the footer of that web page.

The web terminology used herein is explained as follows:

The Cookie property contains the outgoing cookie that will be sent to the remote host when making an HTTP request. This is useful for returning a cookie previously sent by the same host.

The LocalMailAddress property specifies the E-Mail address of the local user when making an HTTP request.

The LocalProgram property specifies the name of the local application sending the HTTP request.

The Password property specifies a password to use if Basic Authentication is required to access a document on the world wide web. The password provided must match with the User ID presented in the UserId property.

The Referer property specifies the address of the site that referred the client to the requested document. An application of this property would be from someone clicking a link on a page, that page would be the referer to the page requested by the link.

The UserId property specifies a User ID to use if Basic Authentication is required to access a document on the world wide web. The User ID provided must match with the password presented in the Password property.

The Location refers to document specified by a URL for update or retrieve.

Footer refers to user defined HTML code to be incorporated in the document.