<html> <!-- ARCHIVE by FORTUNECITY.ws --> <head> <title> OnLine Bookstore</title> <center><h1> OnLine Book Store </h1></center> <script> <!-- function listCookies() { //usage: var cArray = listCookies(); if (document.cookie.length > 0) { // if there are any cookies var offset = 0; var end = 0; var i=0; var cookieArray = new Array(); while (true) { end = document.cookie.indexOf("=", offset) cookieArray[i]=document.cookie.substring(offset, end); i++; //document.writeln(document.cookie.substring(offset, end)) offset = document.cookie.indexOf(";", offset) + 1; if (offset == 0) break; } } return cookieArray; } //getCookie - You've already seen this one. it get's a cookie by name function getCookie(Name) { var search = Name + "=" if (document.cookie.length > 0) { // if there are any cookies offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset) // set index of end of cookie value if (end == -1) end = document.cookie.length return unescape(document.cookie.substring(offset, end)) } } } var count = getCookie("selectedItem"); if (isNaN(count)) { count=1; } else { count++; } document.cookie="selectedItem=" + count + ";" ; // document.open(); // document.writeln("You have selected " + count + " books") ; // document.writeln("The books list here: listCookies() "); // document.close(); // --> </script> </head> <body background="back_wood.gif"><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> <table align="center" valign="top"> <tr> <td>Javascript Bible</td> <td> <a href="javascript_bible.html">detail</a></td></tr> <tr> <td>Core Java</td> <td> <a href="core_java.html">detail</a></td></tr> <tr> <td>PERL in Nutshell</td> <td> <a href="perl_nutshell.html">detail</a></td></tr> <tr> <td>Dynamic HTML</td> <td> <a href="hdynamic.html">detail</a></td></tr> </table> <br> <br> <center> <a href="bookstore.html">Catalog</a> || <a href="showcart.html">Show Cart</a> || <a href="checkoutform.html">Check Out</a> </center> </body> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </html>