Cold Fusion Database Assignment

Use the OWS database for this assignment.

1. Create a Cold Fusion template that displays all the records in the actors table.  Display ActorID plus some other fields.  Save this as actors.cfm

2. Use the template you created for step 1.  Save it under a new filename actorsdrill.cfm  This page will again display all the records in the actors table but now ActorID will be a link when if clicked, takes you to another page that displays what films this actor has been in.  This will require the creation of another template -- call this file actorsdetail.cfm

Due Wednesday, September 25.  Since I have the database file, you will not need to provide me that.  Email me the three .cfm files as attachments unless I direct you otherwise.