• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help! Making a shopping cart applet

Titan

Golden Member
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:
Back
Top