X-Received: by 10.50.164.169 with SMTP id yr9mr26454243igb.2.1418206174246; Wed, 10 Dec 2014 02:09:34 -0800 (PST) X-Received: by 10.140.101.12 with SMTP id t12mr21326qge.14.1418206174116; Wed, 10 Dec 2014 02:09:34 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!h15no16663659igd.0!news-out.google.com!r1ni49qat.1!nntp.google.com!s7no5398691qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.help Date: Wed, 10 Dec 2014 02:09:33 -0800 (PST) In-Reply-To: <6ovi20$igj$1@nnrp1.dejanews.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.90.195.54; posting-account=1XBFNgoAAACROjPVsu543MD5nm272ahJ NNTP-Posting-Host: 194.90.195.54 References: <6or22l$mda@sjx-ixn6.ix.netcom.com> <6ovi20$igj$1@nnrp1.dejanews.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <27d1066d-4e2d-4063-a5a5-ec6945730dc4@googlegroups.com> Subject: Re: WANTED: Javascript shopping cart which does not require Perl or CGI at all From: softxmlisr@gmail.com Injection-Date: Wed, 10 Dec 2014 10:09:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.help:3119 On Monday, July 20, 1998 10:00:00 AM UTC+3, je...@my-dejanews.com wrote: > Dear Andre, > > > Once in my old days (say a few months back), I wrote something what > could fullfill your needs. It's a shopping cart (even with a pciture of one!). > The shopping cart is an java applet which is capable of collecting items > wich are put in the shopping basket. When the user logs off, or clicks > on the shopping cart he gets a list of things in the basket and after that > he fills out the rest of teh form (name, adres and so on) and a mail mesage > is send to me! > > The only problem is that the applet uses a CGI wich is commonly used. > The CGI is however free of use on different sites (I use a free one too)! > > If you are interested please meel me: jefry@jem-id.nl > > In article <6or22l$mda@sjx-ixn6.ix.netcom.com>, > careermngrx@aol.com (No Spam Wanted -careermngrx@aol.com) wrote: > > Hello All You Javascript Experts! > > > > After clicking through the search engines for more than a month now I realize I need to ask for help from those who know the answers. > > > > I need a simple javascript shopping cart which can send the order to me via email without the use of CGI. > > > > I've already downloaded a couple dozen or so javascripts and java programs (as well as ripped a zillion scripts from other folks pages to learn how javascripting is done) but their java programs and > > javascripts all have limitations; like > > requiring remote-hosted dll's, > > requiring the visitor to click through gobbs of pages just to find the order form, > > or requiring a cgi or perl form to send the order to me -- AOL doesn't support these languages and I want to use AOL for now -- I can't believe I said that... > > > > Anyhow, that's why I want a javascript shopping cart that can be added to whatever page I choose (like my enrollment page at http://members.aol.com/worldmall) without requiring perl or cgi. > > > > If you could point me in the right direction it would be greatly appreciated. > > > > Thanks! > > Andre' Bell > > careermngrx@aol.com Remove the "x" to reply > > > > p.s. In a nutshell this is what I'm trying to accomplish which javascript seems to best address: > > 1) Add a shopping cart on the page(s) I choose > > 2) Support graphics wherever I choose to place them > > 3) Eliminate excessive clicking (like the shopping cart of www.vssd.com) to find the items > > 4) Avoid remote-hosting and other inconveniences of having the software companies like http://www1.mmedia.is to control my shopping cart > > 5) Send the order to the email address I choose without requiring perl or cgi > > > > -----== Posted via Deja News, The Leader in Internet Discussion ==----- > http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum Hi, Check following javascript shopping cart: http://www.softxml.com/softecartjs-demo/documentation/SoftecartJS_free.html Gregory