473,472 Members | 1,856 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

JS Capability

1 New Member
I'm new to JS and seem to be working my way around it fine. Everything works fine in my form, all the calculations and field validations work just fine.
My form basically is a sign up for a service plan, and has the option to enter credit card information.
My question is how can I get the information submitted without doing credit card processing (I beleive that will involve work to be done on my server before I do that and loads of other security issues I'd have to deal with)?
What it's doing now is they enter the information and then print and fax the form to my office.
I suppose I can email the data to me? But how secure will that be? and will I be able to do it without php (PHP Emailer)?
Sep 19 '06 #1
4 1174
acoder
16,027 Recognized Expert Moderator MVP
JavaScript is a client-side language, so it would not be suitable for this task.

You will need to use a server-side language such as PHP. You can either email, or you could use a form and submit the information to be stored in a database.
May 13 '08 #2
pronerd
392 Recognized Expert Contributor
My question is how can I get the information submitted without doing credit card processing (I beleive that will involve work to be done on my server before I d
Correct. Your server needs to be configured to support SSL for HTTPS connections. This will require buying a publicly registered key pair. There are a lot of details to know to get this done correctly so you probably want to look into getting some help with this. Or you could just use one of the automaic payment processor services like Paypal to handle the transaction part.




I suppose I can email the data to me?
You could do that but it would not be secure at all. Email by default is sent as plan text, and setting up email encryption is a huge pain. You would be better having them submit the form, then having the server store the order in a database, and then having a secure page that will show you all of the orders.



will I be able to do it without php (PHP Emailer)?
It does not have to be PHP, but you will need a server side language of some sort. ASP, JSP, PHP, Python, etc.
May 15 '08 #3
rnd me
427 Recognized Expert Contributor
never never never send credity card info to/from/via email.

email is akin to a postcard, and not to be considered secure under any circumstances.
May 15 '08 #4
acoder
16,027 Recognized Expert Moderator MVP
Some good points, but the OP did say
My question is how can I get the information submitted without doing credit card processing
Of course, it is better to submit using a form rather than emailing.
May 16 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Matt | last post by:
Hello, I would like to be able to delete (as in stdio.h remove()) fstream objects. Is there a means for me to do this in C++? I see no such capability in my references. remove() is not so...
0
by: Sri | last post by:
I am using PrintDocument to draw bar chart and I want to include the drill down capability. Is it possible? Please any one help me VB.Net coding
3
by: Prabhat | last post by:
Hi All, I have IE6.0 SP1 and I executed one asp file with the below script to check the browser capability but see the result below the script...Copied from MSDN :) <% Set bc =...
1
by: jobi.joy | last post by:
I have a requirement of having the capability of offline form filling for my website.So users can some way download the form and can fill out in offline mode. Any standard way to do this. I am...
0
by: peter tran | last post by:
Will Microsoft Longhorn have Instant Translation capability. For example, if I have a Japanese program on an English version of Microsoft Longhorn, I want everything translated to English by the...
4
by: bj daniels | last post by:
I have a sql server (2000) and I want to add a search capability to my asp.net page. It will search an Articles table - in particular the 'Article' field (ntext). I started with the following...
1
by: eBob.com | last post by:
Does VB.Net (or .Net) have an OCR capability? (I need to suck some text out of a GIF file.) Thanks, Bob
7
by: Dave Hammond | last post by:
Hi All, I'd like to have indexed search capability on column A, column B, or columns (A,B) for a given table. According to the MySQL manual, a multi-column index of (A,B) will provide "leftmost...
1
by: mhsasono | last post by:
Hi all, Has anybody experienced with CrystalReport? My question is: Does CrystalReport have capability to print the Microsoft Word document? Reason: I want to know CrystalReport capability...
0
by: passion | last post by:
"Specialized Search Engines" along with Google Search Capability (2 in 1): http://specialized-search-engines.blogspot.com/ Billions of websites are available on the web and plenty of extremely...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.