If I have to write a script for online banking transaction, what language should I use?
honey - 2010-01-05 21:16:39 - Programming Design
I want to write/use a script for online banking transaction. The User Interface could be as follows:
We enter two account numbers, one whose account is being debited and the other whose account is being credited. Then we enter the amount and the bank which takes us to the particular website of the bank to transact the money. Which language should I use for that? Or at least provide me with some link that could help me with my cause.
Best Answer:
java will be the best language platform for online banking system.
please don't worry about the online transactions.
try to do it in localhost successfully.and don't forget to deploy them in proper manner.
you can contact me on this mail address if you have any other queries.
all the best.
Answer:
ram - 2010-01-05 21:29:38
java will be the best language platform for online banking system.
please don't worry about the online transactions.
try to do it in localhost successfully.and don't forget to deploy them in proper manner.
you can contact me on this mail address if you have any other queries.
all the best.
Suresh - 2010-01-08 13:10:40
Hi
You can use JScript / JavaScript for browser side UI validation.
JScript (Microsoft Product) is the best for Internet Explorer browser But JavaScript is generic one and is suited for all kind of browsers.
I prefer JavaScript for validation.