ABSTRACT

In this chapter we will complete the coding of our ASP application. If you have worked through the preceding chapters you should by now have a folder containing the job database and code that will display a title screen, perform registration functions, search for a job by keyword criteria and allow you to log in if registered. It only remains for us to code the pages that let users post their own jobs. We have left this until last because the main parts of the site have to be working before job posting will work. Now that the computer can tell you if you are logged in, creating the posting pages is relatively straightforward and the code covers the same ground as Chapters 7 and 8.