Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFschedule ?

Status
Not open for further replies.

sylvia70

Programmer
Oct 2, 2000
1
0
0
US
Hi ,

I need to refresh my cfm page every 2minutes.

I am tring to use Cfschedule, but I don't know were to put it ? And do I need to registere schedule event using the coldfusion adminstrator?

Do I need to use application.cfm ?


Could you help.
Sylvia [sig][/sig]
 
sylvia70,

Scheduling is used best for events that you want the cf server carry out at specific times. It would be easiest to refresh the cfm page using the HTML meta tag at the beginning of your document.

<head>
<meta http-equiv=&quot;refresh&quot; content=&quot;180&quot;>
</head>

Hope this helps,

Eric [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top