arnobothof
09-06-03, 03:53 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 to resolve this on an easy way. I think however it's possible even in javascript, because people are writing very complex code!!
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
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 to resolve this on an easy way. I think however it's possible even in javascript, because people are writing very complex code!!
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