The Password-Check Page

To create the password page, start by opening the input form you created in Day 7 and making a few additions to create the password entry field. My modified page reads like Listing 9.4.

Tip

If you read the introduction to ColdFusion Studio in Day 8, "Understanding ColdFusion Studio," use Studio to complete the exercises in this chapter. If you don't have access to a copy of Studio, you can still use a standard text editor.

Listing 9.4 A Modified tech_calls.cfm
 1: <!--- BEGIN QUERY SECTION ---> 2: 3: <CFQUERY name="get_techs" datasource="gargantuan"> 4: SELECT * from techs 5: </CFQUERY> 6: 7: <!--- END QUERY SECTION ---> 8: <!--- BEGIN HEADER SECTION ---> 9: 10: <HTML> 11: 12: <BODY BGCOLOR="#FFFFFF"> 13: 14: <TITLE>Tech ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.