Date:  10/08/2002 08:41:30 PM Msg ID:  000913
From:  Gary Wood Thread:  000913
Subject:  onSubmit not working as expected
The following is included in the main.FWX file:
 
In the HEAD section:
 
<script language="JavaScript">
<!--
function validate() {
    alert("Inside the validate function now") 
    return false
}
// -->
</script>
<form name="thisF" method="POST" action="main.fwx" onSubmit="return validate()">
<input type="submit" name="savetimesheet" value="  Save Timesheet  ">
When the Save Timesheet button is pressed the validate() function is not called.
 
thx..........gary