Tài liệu ColdFusion MX Language Reference

Thảo luận trong 'Thiết Kế Web' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    173
    Điểm thành tích:
    0
    Xu:
    0Xu
    Server Output
    <CFFLUSH>
    Flushes or “pushes” page content to the browser so that the browser can begin
    rendering a web page before receiving all of the content.
    <CFFLUSH
    interval = “128”> If interval is specified, content is flushed to the browser whenever this
    number of bytes of output is accumulated. Omitting this output just flushes
    whatever has accumulated since the last flush operation.
    Application Notes
    ã There are several tags that cannot be called after you call CFFLUSH: CFCONTENT, CFCOOKIE,
    CFFORM, CFHEADER, CFHTMLHEAD, and CFLOCATION.
    <CFHTMLHEAD>
    Adds text to the current page’s HTML HEAD section. Cannot be called after CFFLUSH.
    <CFHTMLHEAD
    text = “textToPutInHTMLHeadSection”>
    <CFSAVECONTENT>
    Saves the tag’s content into a variable named after nameOfVariableToCreate. Does
    not output the tag’s content to the page.
    <CFSAVECONTENT
    variable = “nameOfVariableToCreate”>
    .
    </CFSAVECONTENT>
    5C H A6P6T E
     

    Các file đính kèm:

Đang tải...