Originally posted by Bear Bibeault:
What kind of method? A Javascript method? If so, what do mean by "how can I execute a Javascript method with Javascript"?
If it's a JSP/Java method, you can't.
Or, perhaps it's the form tag's onsubmit handler you are after?
hello,
I'm trying to send a timestamp to a credit card gateway with the transaction details. They tell me I have to generate this timestamp when the submit button is pressed to the gateway. The timestamp is generated and inserted into a hash inside a method.
Basically I need this method executed at the time the submit button is pressed. I have seen javascript examples of this being done but I wanted to use something other then javascript. I thought there was something else.
I hope that makes better sense,
thanks
