1.

Solve : HTML question regarding a button action?

Answer»

Hello everyone,

Hopefully someone can help me. Would anyone know the url i can type so it creates the action below

if i was to the type the www.urlhere.com/bank/deposit

When i try the /bank/deposit or withdrawl it doesnt work. By reading the HTML code below, how so i have it click the Deposit or Withdrawl BUTTON or is there a way to either deposit/withdrawl a specific amount like 5000 by just typing a url string?




















Are you trying to deposit/withdrawl money to/from a banking site with out having to actually log into the site?
Quote from: mroilfield on April 08, 2009, 08:56:03 AM

Are you trying to deposit/withdrawl money to/from a banking site with out having to actually log into the site?


Me and BRONI do that everyday.......Looks more like a "sample" type project. For example, in one java book I had there was a DISCUSSION of multiple threads erroneously using one thread per teller at a bank which ended up causing issues with the unsynchronized access to the accounts eventually leading to discrepancies.

the Book then took a turn down *censored* lane by simply making said access methods "synchronized" rather then studying why it would be necessary to have each teller on a SEPARATE thread, ESPECIALLY given that even in the busiest times at a bank only one teller window is ever open at a time.


regarding this issue however, if you want to define a set amount, you can make the textbox invisible and give it a defined value.


Discussion

No Comment Found