home *** CD-ROM | disk | FTP | other *** search
- <!--- This view-only tag shows an example of CFSCHEDULE --->
- <HTML>
- <HEAD>
- <TITLE>CFSCHEDULE Example</TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>CFSCHEDULE Example</H3>
-
- <P>CFSCHEDULE provides a programmatic interface to
- the Cold Fusion scheduling engine. You can run a specified
- page at scheduled intervals with the option to write out
- static HTML pages. This allows you to offer users access
- to pages that publish data, such as reports, without
- forcing users to wait while a database transaction is performed
- to populate the data on the page.
-
- <!--- <CFSCHEDULE ACTION="UPDATE"
- TASK="TaskName"
- OPERATION="HTTPRequest"
- URL="http://127.0.0.1/playpen/history.cfm"
- STARTDATE="8/7/98"
- STARTTIME="12:25 PM"
- INTERVAL="3600"
- RESOLVEURL="Yes"
- PUBLISH="Yes"
- FILE="sample.html"
- PATH="f:\inetpub\wwwroot\playpen"
- REQUESTTIMEOUT="600"> --->
-
- </BODY>
- </HTML>
-