Figure 6: HTML for the error page
/$notfound <html> <head> <title>Item Lookup - Item not found</title> </head> <body> <table> <tr> <td><IMG SRC="/js/xyzlogo.jpg" ALIGN="BOTTOM" BORDER="0" NATURALSIZEFLAG="1"></td> <td><h1>Item lookup</h1></td> </tr> </table> Sorry, Dude. The item number you requested, <strong> /%number%/ </strong>, could not be found. Click the Try Again button. <FORM><INPUT TYPE="BUTTON" VALUE="Try Again" ONCLICK="history.go(-1)"></FORM> </body> </html> </pre> </blockquote>