![MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Скачать руководство пользователя страница 118](http://html1.mh-extra.com/html/macromedia/coldfusion-4-5-cfml-language/coldfusion-4-5-cfml-language_reference_3287257118.webp)
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.
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...