Forum Moderators: open
You can create the form and do some validation using Javascript, but you still need someting to process the form with, that's what you normally specify on the form action= paramater. The host needs to make some server side scripting or programming available to process forms otherwise it isn't possible.
Some hosts that don't allow custom code have prewritten code that can be used to process forms, ask your host about this.
The simplest (and probably most common) way of submitting a form is via a standard html web page and using a cgi script (your ISP should have one available). A phone call to your ISP, or a look on their webpage for help designing webpages will often give you an answer.
I am not sure why you would use an ASP page for a standard reply-type form. If you believe ASP is required to post a form, you are mistaken, and should probably look for another source of information :-)
Hopes this helps,
Orchinman