Re: Contact Form isn't working
The contact form can't work as it is right now since the form is never submitted if the user has JavaScript enabled (the form's onsubmit event prevents submission and redirects to the nortbots page), and if JavaScript is disabled, the form submits to a page that isn't on your server (_derived/nortbots.htm) and would be incapable of processing the contact info if it was available since it is apparently a static HTML page, not a script (PHP, ASP/ASPX, PY, PL, etc.). The webbot-onsubmit event indicates that there should be a server-side substitution going on for the onsubmit event (the Frontpage extensions are probably supposed to do that, as well as parse and do something with the webbot-related comments), but that has apparently not happened. If you have installed the Frontpage extensions, you are probably going to have to re-upload the contact form (and probably the rest of the site) using the extensions in order to make it work properly. Or you could learn the little bit of PHP it would take to add the functionality and lose the dependence on Frontpage and FPX (which Microsoft has discontinued).
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)