Do you have to have access to the CF Administrator in order to make use of
<cfschedule>? My ISP won't give me access for some strange reason (grin) but
looking at the docs it seems like I should just be able ti use the tag. Yes?

If that's so, is this code that I need to make a specific page run once
every hour?

<cfschedule
        action="UPDATE"
        url="http://www.crazycanines.com/mypage.cfm"
        task="aname"
        operation="HTTPRequest"
        startdate="12/05/00"
        starttime="10:00 AM"
        interval="3600">

Thanks for any help you can give me.

 jay



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to