Question
cfschedule problem
Trying to get cfschedule to run Google every 20 seconds but nothing happens. Here's what I tried
<html>
<head>
<title>
</title>
</head>
<body>
<cfschedule action="update" task="try" operation="httprequest" url="http://www.google.com" startdate="06/24/11" enddate="06/24/11"
starttime="9:00 AM" interval="20" resolveurl="yes">
</cfschedule>
</body>
</html>
What am I doing wrong ?
