Re: How to promote by online eCommerce website Digital Media Digital Marketing by Rubina_2 @James, If you are spending with some proper SMO strtegies then you would have got good results. I am running 2 sites and 1 is E-comerce site, I am getting genuinue leads from Social media Marketing. Re: Simple E-Comerce Solution Programming Web Development by phillip654 Yes, Joomla is way too complicated for E-commerce, I think. Or maybe it's just that I'm not good at it (that could be it too). Does anyone use Coldfusion for this sort of thing anymore? I remember a time when Coldfusion was the way to go for e-commerce. Access Data from Database By Submitting The Combo Box Values Programming Web Development by vij123 … or 12, an combox appear for subject having values Arts, comerce and science will be appeared. in database for class 1…;/tr> <% } rs.close(); con.close(); }catch(Exception e){out.println(e);} %> </table> </body> </html… Simple E-Comerce Solution Programming Web Development by nquinlan I am looking for an ecommerce solution similar to [URL="http://simplecartjs.com/"]SimpleCart[/URL] in the fact that it is one page and allows PayPal (or Google Checkout ect.) to handle the heavy lifting. However, I need something that can calculate shipping costs and deal with in stock/out of stock items. I would really like it if it … Re: Simple E-Comerce Solution Programming Web Development by mahesh2011 It is good that you know cms..that is enough to build a cart and pay-pal ..joomla is a open source where we can add carts, pay pal and also shipping calculations can be done in the site. Re: Simple E-Comerce Solution Programming Web Development by nquinlan Joomla is far too complex for the client and the project. For this project I am trying to subscribe to KISS as much as possible. I am going to use Pulse CMS for the majority of the project but for the simple nine item 'Shop' I need an eccomerce CMS. It really doesn't need cart or returning customer functionality and I would prefer if it just let … Re: Access Data from Database By Submitting The Combo Box Values Programming Web Development by parry_kulk You will need to pass the value of subject to show.jsp One approach could be to modify the sendData() function as shown below [CODE] function sendData(){ var sch=document.form.school.value; var cla=document.form.class_name.value; var y1=document.form.from_year.value; var y2=document.form.to_year.value; var sub="AllSubject"; … Re: Access Data from Database By Submitting The Combo Box Values Programming Web Development by vij123 thanks for your reply but it does nothing when i click to Result button. [QUOTE=parry_kulk;1188066]You will need to pass the value of subject to show.jsp One approach could be to modify the sendData() function as shown below [CODE] function sendData(){ var sch=document.form.school.value; var cla=document.form.class_name.value; var y1… Re: Access Data from Database By Submitting The Combo Box Values Programming Web Development by parry_kulk What I had mentioned was regarding how to get the 'subject'. The problem in code when you click on Result is that there are javascript errors. The line [CODE] var sch=document.form.school.value; [/CODE] is trying to read the form input element school. But it is not present. Dont get confused in accessing JSP variables/parameters within … Re: Access Data from Database By Submitting The Combo Box Values Programming Web Development by vij123 thanks for your reply. now i am facing null pointer exception. i am trying to find out. [QUOTE=parry_kulk;1190232]What I had mentioned was regarding how to get the 'subject'. The problem in code when you click on Result is that there are javascript errors. The line [CODE] var sch=document.form.school.value; [/CODE] is trying to read …