Previous Example-|-Next Example-|-Return to Chapter Listing

Example 2.11:
Automatically Forwarding Readers


You've just been automatically forwarded to this page from the last one. I filled the last page with some pictures, so you could see it loading before you were forwarded.


This is the script we used: <SCRIPT LANGUAGE="JAVASCRIPT"> <!-- alert("Our URL has changed. Please bookmark the new one when we forward you to the new page. And please inform the owner of the page you have come from of the change. Thank you.") //--> </SCRIPT> </HEAD> <BODY onload="location='2-11A.htm'">
Previous Example-|-Next Example-|-Return to Chapter Listing