PDA

View Full Version : form-handling without CGI


arnobothof
09-06-03, 03:46 AM
Hi respected forummember,

Is it possible to make a form in javascript (or java) without using CGI. Of course I know the standard-way:
FORM METHOD="post"
ACTION="mailto:me@website.nl"
ENCTYPE="text/plain"

But .........; the person who sends this form get's a popup from Microsoft telling that the form is being submitted using e-mail and it will reveal senders email address to the recipient without enrypting.

I don't want that, but i realy don't know if it's possible on an easy way.
It's to complex for me to write a CGI/ perl/PHP-script.

Please help me with this problem or give me an email-link where I can find the solution!!
Kind Regards, Arno; The Netherlands