Re: Yet Another Newbie Question



Thomas 'PointedEars' Lahn said the following on 12/2/2007 8:15 PM:
Marten Kemp wrote:
The final project is creating a _very_ simple
e-commerce website. It's outside the scope of the
class but I'd like to include a rudimentary
shopping cart feature - just some way to keep track
of items added and then list them on the checkout
page.

It should be self-evident that an e-commerce Web site that depends on
client-side script support is not a viable option as that feature can
be disabled, or not even present. Client-side scripting can provide
additional features where supported (like computing totals on the fly),
but any input has to be double-checked on the server, of course.

Can you not comprehend what you read? "just some way to keep track of items added.....".

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
.



Relevant Pages

  • Re: Yet Another Newbie Question
    ... client-side script support is not a viable option as that feature can ... It's an HTML class with a tiny bit of Javascript ...
    (comp.lang.javascript)
  • Re: Yet Another Newbie Question
    ... shopping cart feature - just some way to keep track ... client-side script support is not a viable option as that feature can ...
    (comp.lang.javascript)