![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can anyone tell me, what is the maximum functions that you can call using a form submit button with onSubmit ? I am using 2 at present but really need to use 3 , how can I do this? |
#3
| |||
| |||
|
| CharitiesOnline.co.uk wrote: Can anyone tell me, what is the maximum functions that you can call using a form submit button with onSubmit ? I am using 2 at present but really need to use 3 , how can I do this? Why do you think there is a limit? Use form onsubmit="function1(); function2(); function3(); return true;" -- Martin Honnen http://JavaScript.FAQTs.com/ |
#4
| |||
| |||
|
|
Hello Martin, I have tried that & it doesnt seem to work? form action="<%=MM_editAction%>" method="post" enctype="multipart/form-data" name="form1" onSubmit="MM_validateForm('CategoryName','','R','D escription','','R','Pictur e','','R');checkFileUpload(this,'GIF,JPG,JPEG,BMP, PNG',false,'','','','','', '','');return document.MM_returnValue" |
![]() |
| Thread Tools | |
| Display Modes | |
| |