RW_SET_TYPE


Purpose

Sets the content type for the page.

Syntax

RW_SET_TYPE(Type)

Parameters

Type One of the following string values:

"text/html" (default)
The browser will format the text as specified by the HTML tags.

"text/xml"
Specifies that the page contains XMLClosed Extensible Markup Language  . Microsoft Internet Explorer 5 will perform XML beautifying.

"text/plain"
Specifies that the browser should not process HTML tags, but print them literally.

Comments

Some browsers determine how to format text by examining the content. This means that, under some circumstances, the browser may ignore "text/plain".