Code: Select all
<form id="form1" onsubmit="return validateFormOnSubmit(this)"
name="updates" method="post" action="market_update_FV.php">
How do you do this?
Also, is validateFormOnSubmit() a php function? I didn't know that a function could be called in the file in the action= field...
TIA
Ed