Hello CFExperts --

I'm trying to use the CFSchedule tag, and so far have been unsuccessful. Any 
help will be greatly appreciated.

Here's the code I've got so far. I was expecting a file named testing.htm to 
appear in my website root directory, but so far, I'm getting nothing.

File 1 = schedule.cfm

<cfschedule action = "update"
        task = "CFSchedule Test" 
        operation = "HTTPRequest"
        url = "http://www.myscottwilliams.com/testing456.cfm";
        startDate = "11/21/10"
        startTime = "10:00 AM"
        interval = "3600"
        resolveURL = "Yes"
        publish = "Yes"
        file = "testing.htm"
        path = "C:\Websites\ky4a83df\"
        requestTimeOut = "600">

File 2 = testing456.cfm

<table width="50%" border="2" cellspacing="2" cellpadding="2">
  <tr>
    <td><strong>Name</strong></td>
    <td><strong>Role</strong></td>
  </tr>
  <tr>
    <td>Bill</td>
    <td>Lead</td>
  </tr>
  <tr>
    <td>Susan</td>
    <td>Principal Writer</td>
  </tr>
  <tr>
    <td>Adelaide</td>
    <td>Part Time Senior Writer</td>
  </tr>
  <tr>
    <td>Thomas</td>
    <td>Full Time for 6 months</td>
  </tr>
  <tr>
    <td>Michael</td>
    <td>Full Time for 4 months</td>
  </tr>
</table> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5153
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to