Development Considerations

During this chapter, you learned how to:

Now you are well on your way to harnessing the power of ColdFusion. Before you move on to the next chapter, add some navigation to your page by performing the next procedure.

Note To add navigation to your page:
  1. Return to EmpList.cfm in HomeSite.
  2. Click here to open a file that contains navigation toolbar code.
  3. Copy the code from within the BODY tag of this open file to EmpList.cfm (Just below the BODY tag.)
  4. Save the page.
  5. Open a browser window.
  6. Enter this URL to view the page in the browser:
  7. http://127.0.0.1/CFDOCS/EmpList.cfm
    

    The query data appears in the browser.

  8. View the source code in the browser.

Click here to see how the file should look in a browser now.

Click here to see the code behind the scenes.

Your application now includes navigation. This will be important as your application grows.

Note Note:The navigation links will not work at this time because you have not created the pages that they reference yet.

Where to go from here