return to tranceaddict TranceAddict Forums Archive > Main Forums > Chill Out Room

 
Websphere/Javascript help
View this Thread in Original format
raveed
Im trying to build a page which is sort of like a shopping cart where the user after placing their order totals must enter their contact information including credit card details and the next page must show the information the user had entered along with the order total.

While i have managed to make the calculator which automatically displays the users order total on a particular page, i was wondering if anyone can help me with the code needed to show the order total as well as the users contact information entered on a following page (sort of like a confirmation of order page). Any help or links will be much appreciated. Thanks
Jocker
you CERTAINTLY DON'T want to put such sensitive information - as order total and shopping cart details - on client side. this should all be done on the server side. create a database table, where you will put the shopping cart information (which you can flush after the user makes the purchase).

what language are you coding in? java?
raveed
javascript and html ... i am making the page on websphere. Im not going to actually put it up, rather its just a sample page which i need to make for a class project.
CLICK TO RETURN TO TOP OF PAGE
 
Privacy Statement