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.
![]() |
To add navigation to your page: |
EmpList.cfm
in HomeSite.EmpList.cfm
(Just below the BODY tag.)http://127.0.0.1/CFDOCS/EmpList.cfm
The query data appears 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: | The navigation links will not work at this time because you have not created the pages that they reference yet. |