call modal with submit form

it's possible?

Posted April 2nd, 2007 at 4:25am by marcello.citzia@tin.

Don't see why not. Create your modal before hand, then open it in an onsubmit event.

Posted April 2nd, 2007 at 11:22pm by ryan

an example please??

Posted April 3rd, 2007 at 6:00am by marcello.citzia@tin.

var my_modal = new Control.Modal(false,{contents:'Submitting the form'});

Posted April 3rd, 2007 at 10:00am by ryan

Login or Register to Post