Hidden Fields

liunx

Guest
--<!--content-->You need to get a book or go through a tonne of JavaScript tutorials on the web...<!--content-->There is a simple way which a lot of web designers use because it's simple and works for most people.<br />
<FORM METHOD="POST" ACTION="mailto:[email protected]" enctype="text/plain"><br />
<br />
I'm not sure about the enctype.<br />
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)<br />
<br />
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?<br />
<br />
EDIT: we've done it again Khalid - posted at roughly the same time!!<br />
<br />
The javascript way won't work for people who have javascript disabled (13%)<!--content-->
 
Back
Top