If there is only one submit button, you can also use form's own context parameter. that way you just have to call form.submit() from the javascript.
On Dec 18, 2013, at 8:46 PM, George Christman wrote: > I guess that would work, I wish there was a way to reconstruct the > original submit button in js. > > On Wed, Dec 18, 2013 at 9:56 AM, Lance Java <[email protected]> wrote: >> You could use 2 buttons (one hidden). >> Hide the original form submit button and show a button that fires the >> modal. The modal somehow fires a click event on the hidden submit button. > > > > -- > George Christman > www.CarDaddy.com > P.O. Box 735 > Johnstown, New York > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
