Help! Making a shopping cart applet

Titan

Golden Member
Oct 15, 1999
1,819
0
0
Hi all,

I am charged with adding a shopping cart to an existing webpage. I have pages that display items for sale in raw HTML. My only real tools are HTML, Java applets, a frame-based site, and possibly client-side javascript. If worse comes to worse, I can always make a Java servlet. I can write the shopping cart as an applet and "hide" it in a 1 pixel high frame, and then link it to another frame for "view my cart." My dillema is trying to send the data from the browse frame to the cart frame, i'm not even sure if it could work. This is for a test system, not a real store, so security is not a major priority now.

Does anyone have any advice or any other ideas?
 
Last edited: