Forum Moderators: open
Without server-side scripting, the only thing you can do with a form is a mailto. This will probably confuse your users, as they aren't used to seeing them. The browser will attempt to open the user's email client with a new mail message with the content of the form, pre-addressed to whomever you want to receive the mail.
It's one of the dinosaurs of the HTML standard.
However, you said you cannot use any "PHP, Perl, or CGI scripts". OK, then, what kind of scripts CAN you use? ;)