I guess I should have added some of the code so you can see what I'm up against, sorry..
Code:
createCatalogDB();
if (total_ordered > 0) {
document.writeln('<a href=shoppingcart.html>' + 'view shopping cart</a>');
}
else {
document.writeln('Shopping cart is empty.');
}
document.writeln('<hr>' + '<br />');
for (var
Leave a comment: