nikko50
10-12-2011, 04:31 AM
Hi all!
I have a form called "theForm". How can I tell if the user has submitted the form or hit the submit button??
Is it..
if(document.theForm.onsubmit()){
do something
}else{
}
I have a form called "theForm". How can I tell if the user has submitted the form or hit the submit button??
Is it..
if(document.theForm.onsubmit()){
do something
}else{
}