Create a Web page (or modify one of already exisitng pages on your Web site) so that certain visitors are greeted with additional page that is displayed in a pop-up window without any menu and of a size that is controlled by you.
Apply client-side cookie technology. Please see the relevant JavaScript example in the examples sesction.
Some Web sites do prefer if visitors always start with one fo the central pages of the site. In order to do implement that functionality each Web page that is considered as internal checks the document.referer. If document.referer does not point to another page that is located on the Web site the user is redirected to the main entrance page.
Implement this feature in at least one of your Web pages. Please provide the direct link to the protected page, and a link to another page on your Web site that links to the protected page and allows for its browsing.
Suggested implementation - check if document.referer starts with http://YOUR_SERVER.bradley.edu/~your_user_id/ If there is no match, then replace document.location with your "main entrance" page. It may be a bad idea to protect a resume page that way. You may want to have as much exposure of your skills as possible.
Attach all source code in files with proper names and extensions (*.html, *.java, *.pl, *.php, .htaccess e.t.c.). Do not ZIP files together or include compiled files (e.g. *.class). In case of dynamic Web pages (JavaScript or CGI) or Java applets also send the complete URL (including http://) that points to a page on your Web site that demonstrates your homework. Send your homework via e-mail to the instructor. Please set the message subject to: web-hw3.
Thank you