Sonia
07-27-2003, 07:40 AM
How can I create a shopping cart using only JavaScript?
|
Click to See Complete Forum and Search --> : shopping cart Sonia 07-27-2003, 07:40 AM How can I create a shopping cart using only JavaScript? Nevermore 07-27-2003, 08:00 AM You could make one using cookies, but to be able to log in from different computers and see your cart, you would have to use a server side language. Sonia 07-27-2003, 08:51 AM Can u help me in creating a shopping cart using cookies Khalid Ali 07-27-2003, 08:51 AM you can create one using just javascript,however,that will be totally session dependant.(this means once the pages go out of scope the information will be lost. Best solution will be using server side languages,second will be cookies and third will be using just javascript. Sonia 07-27-2003, 08:56 AM Anyway I need to create a shopping cart using only JavaScript. Can u send me the code? Nevermore 07-27-2003, 11:29 AM We would need a bit more information than that - information to be stored etc. But why do you need to make one using only JavaScript? Sonia 07-27-2003, 01:00 PM I'm doing a project in Web publishing. I have to create a website using only HTML and JavaScript. Using server side languages will be irrelevant. Sonia 07-27-2003, 01:11 PM Oops, I forgot to tell u about the website. Actually the project is on mobile phones. I'll be diplaying the different types of phones and the price. The user must be able to select whatever product he wants and add it to the cart. Finally the user can fill in an order form found on the same page as the shopping cart and submit it. All these information will be received as an email. Is that enough or u need more info? Khalid Ali 07-27-2003, 02:07 PM This is no place to get free conultancy,if you have a specific question there are allots of people who'd love to respond,however getting a complete project done ( for free),,wll there might be some who'd like to do that as well.. Creating a full shop cart with js is a bit bigger task then the scope of mere help on a forum. Sonia 07-27-2003, 02:37 PM I never asked u to do the project for me for free!! I just wanted some help to do the shopping cart. Now if according to you I have asked too much, then I'm really sorry. I'll manage! Thank You Very Much!! webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |