If I have to write a script for online banking transaction, what language should I use?
honey asked:
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.
This entry was posted
on Sunday, April 4th, 2010 at 12:00 am and is filed under Programming & Design.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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.

April 4th, 2010 at 7:50 am
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. ram
April 5th, 2010 at 10:01 am
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. Suresh