Use this for call more than one function with return true :
< script>
function checkform1 ( frm_list1 )
{
return true;
}
function checkform2 ( frm_list2 )
{
return true;
}
function checkform3 ( frm_list3 )
{
return true;
}
< /script>
< form action="" id="frm_itinerary_list" method="post" name="frm_itinerary_list" onsubmit="return (checkform1(this) && checkform2(this) && checkform3(this));">
< /form>
Arun Rama Balan.G is Tech Lead of Zerosoft Technologies, Thooththukudi. I had received a bachelor degree in computer science from SBK College - Aruppukottai and Masters degree in Computer Application from VHNSN College - Virudhunagar. I found these below solutions from GOOGLE SEARCH. So I update this solutions from Out side sources. Not My OWN Contents. Credit goes to Original authors..
Showing posts with label js function return true. Show all posts
Showing posts with label js function return true. Show all posts
Saturday, November 20, 2010
Subscribe to:
Posts (Atom)