MACROMEDIA COLDFUSION STUDIO 4.5-USING COLDFUSION STUDIO Use Manual page 190

For windows 95/98/nt4/2000
Table of Contents

Advertisement

198
GetURL
function GetURL(const wsURL: WideString): widestring
Retrieves a URL and returns its contents.
GetURLStatus
function GetURLStatus(const wsURL: WideString; var vResponse: OleVariant): Integer
Returns the HTTP status code for the passed URL. The text of the server response is
returned in the second parameter.
HideProgress
procedure HideProgress()
Hides the progress bar.
HTMLConvertTagCase
function HTMLConvertTagCase(const wsHTML: WideString; const wbUpperCase:
WordBool): WideString
Converts the case of the passed HTML string. Doesn't change the contents of SCRIPT,
STYLE or COMMENT tags, and doesn't change the case of attribute values.
HTMLGetAttribute
function HTMLGetAttribute(const wsInTag, wsAttr: WideString): WideString
Returns the value for a particular attribute of a tag. For example,
HTMLGetAttribute("<TABLE WIDTH=100>", "WIDTH");
Returns 100.
HTMLGetTitle
function HTMLGetTitle(const wsFile: WideString): WideString
Returns the contents of an HTML file's <TITLE> tag. Note that this only operates on
local files.
InputBox
function InputBox(const wsCaption, wsPrompt, wsDefault: WideString): WideString
Displays a dialog box for obtaining user input.
IsFileOpen
function IsFileOpen(sFile: OleVariant): WordBool
Returns True if the passed file is open in the Document tab.
IsFileModified
function IsFileModified(sFile: OleVariant): WordBool
Returns True if the passed file is open in the Document tab and has been modified.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion studio 4.5

Table of Contents