Hi--
Assuming that you cannot use cgi either - you can use a standard html form, and use a mailto: instead of a form handler script.
Of course this leaves your email address wide open for spambots to harvest and the form will be easy to hijack.
You might want look into some of those 'hosted form services'.
I don't use any personally, but based on feedback from others, plus my own use and familiarity with other products by the programmer (Will Bontrager) - I can and do recommend In-Form™ - http://webform.flowto.info/
hth
--dlperry
Offline
Thank you for your suggestions! I found a site that offers remotely hosted contact forms, www.emailmeform.com . Basically, I paste the html code in my website, and it calls the php script on their server who sends the email.
Offline
if your site allow asp its possible, design html form with all required form and submit to a asp page which should contains script for sending email. This can get it from google
Offline