MACROMEDIA COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO Use Manual page 261

Table of Contents

Advertisement

DocumentCache Object
Text
Syntax
Text: OleString (read-only)
File contents of the cached document.
Description
Example
function Main() {
var sMessage;
sMessage = "Your document contains the following text: \n";
with (Application) {
sMessage = sMessage + DocumentCache (0).Text;
}
}
243

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION STUDIO 5-USING COLDFUSION 5 STUDIO and is the answer not in the manual?

This manual is also suitable for:

Coldfusion studio 5

Table of Contents