94
CFML Language Reference
•
FRAME SRC
•
BGSOUND SRC
•
OBJECT DATA
•
OBJECT CLASSID
•
OBJECT CODEBASE
•
OBJECT USEMAP
PROXYSERVER
Optional. Host name or IP address of a proxy server.
PROXYPORT
Optional. The port number on the proxy server from which the object is being
requested. Default is 80. When used with RESOLVEURL, the URLs of retrieved
documents that specify a port number are automatically resolved to preserve links
in the retrieved document.
USERAGENT
Optional. User agent request header.
THROWONERROR
Optional. Boolean indicating whether to throw an exception that can be caught by
using the CFTRY and CFCATCH tags. The error code and its associated message
can be viewed in the variable CFHTTP.StatusCode. The default is NO. See the
Usage section for more information.
REDIRECT
Optional. Boolean indicating whether to redirect execution or stop execution. The
default is YES. If set to NO and THROWONERROR is set to YES, execution stops if
CFHTTP fails, and the status code and associated error message are returned in
the variable CFHTTP.StatusCode. To see where execution would have been
redirected, use the variable
CFHTTP.ResponseHeader[LOCATION].
The key
LOCATION identifies the path of redirection.
TIMEOUT
Optional. Timeout period in seconds. By default, the ColdFusion server processes
requests asynchronously; that is, the ColdFusion server uses the timeout set on
the URL in the browser, the timeout set in the ColdFusion Administrator, and the
timeout set in the tag to determine the timeout period for the CFHTTP request.
When a URL timeout is specified in the browser, this timeout setting will take
precedence over the ColdFusion Administrator timeout. The ColdFusion server
then takes the lesser of the URL timeout and the timeout passed in the TIMEOUT
attribute so that the request will always time out before or at the same time as the
page times out. Likewise, if there is no URL timeout specified, ColdFusion takes
the lesser of the ColdFusion Administrator timeout and the timeout passed in the
TIMEOUT attribute.
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...