Is there a way to check for the "404 File Not Found" error? I have a routine schedule ("schedule_normal.htm"
that I want to publish one time and a few unique schedules that I publish using a "schedule_'date'.htm" format. I want to use the calendar behavior to build the file name string with the requested date. If there is a modified schedule, the script would direct them to the appropriate file. If somebody requests the file for a date with a regular schedule and I can check for the 404 error, I can redirect them to schedule_normal.htm and all is well. Can anybody help?