You can add more that one JavaScript to the onsubmit separated by a
semi-colon. Also, the nortbots reference indicates that there may be a
problem with the FrontPage Extensions on the web server or if you set up the
form on a disk-based web. The reference shouldn't be in your form.
Switch to Code View and see if your line looks similar to this:
<form method="POST" name="myform"
onSubmit="location.href='_derived/nortbots.htm';return false;"
action="--WEBBOT-SELF--">
If it does, remove the entire line of code that begins with the "onSubmit"
statement. Your code will now look similar to the following: <form
method="POST" name="myform"
action="--WEBBOT-SELF--">