PDA

View Full Version : formhandling without CGI/PHP.....


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

jewellgr
09-08-03, 10:09 AM
If you think it is too complex to write a php script, here is a simple form mailer written in php that requires no php knowledge.
And it has support, if you need any help.

Link: http://www.arecaweb.com/php/mmex/mmex.html

arnobothof
09-08-03, 11:43 AM
Thanks for the link Gregg!
I will try it.
Regards, arno