w3HtmlPragma

Changing a Web page's pragma is for advanced users only. An HTML page's pragma determines how the browser processes the Web page. The default pragma for a FlashCONNECT form is: Content-type: text/html:<newline> Pragma: no-cache. A call to w3HtmlPragma must be made before the call to w3HtmlInit. If multiple calls to w3HtmlPragma are made, the last one before the call to w3HtmlInit is used.  

Syntax

call w3HtmlPragma  (value )  

Parameters

value

In

null string ("") = use default pragma

not null = the new pragma

Example Programs

pragma1

Example

 call w3HtmlPragma("TEXT/HTML")

     When processed by w3HtmlInit, the following HTML is generated:

     Content-type: TEXT/HTML