Click to See Complete Forum and Search --> : Hidden Fields


Olga Evenden
07-11-2003, 05:51 AM
--

Khalid Ali
07-11-2003, 09:09 AM
You need to get a book or go through a tonne of JavaScript tutorials on the web...

DaveSW
07-11-2003, 09:10 AM
There is a simple way which a lot of web designers use because it's simple and works for most people.
<FORM METHOD="POST" ACTION="mailto:sales@xxx.com" enctype="text/plain">

I'm not sure about the enctype.
This requires the person open their email client and click send/receive. It doesn't work for anyone who uses browser based email (like AOL)

however, the proper way to do this is to use a server side language. Do you know which languages your server supports? e.g. php?

EDIT: we've done it again Khalid - posted at roughly the same time!!

The javascript way won't work for people who have javascript disabled (13%)