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.
call w3HtmlPragma (value )
|
value |
In |
null string ("") = use default pragma not null = the new pragma |
call w3HtmlPragma("TEXT/HTML")
When processed by w3HtmlInit, the following HTML is generated:
Content-type: TEXT/HTML