Click to See Complete Forum and Search --> : How to click on e-mail address showing predefined Subject


toplisek
12-08-2009, 06:28 AM
How to click on e-mail address showing predefined Subject?
How is HTML code?

gil davis
12-08-2009, 07:52 AM
<a href="mailto:email@somewhere.com?subject=whatever">Send</a>

kiwibrit
12-08-2009, 06:51 PM
Personally I would use a form for the email message - with the email address held server-side to hide it from bots. Search for web contact form - you'll find a bunch. Make sure you keep an eye on security to prevent hacking, though.

donatello
12-10-2009, 01:59 PM
Personally I would use a form for the email message - with the email address held server-side to hide it from bots. Search for web contact form - you'll find a bunch. Make sure you keep an eye on security to prevent hacking, though.

You can also simply encode it using a tool like the "hive enkoder"

http://hivelogic.com/enkoder

toplisek
12-11-2009, 03:12 AM
thank you.
how to store data within db such us sender's:IP,browser type/version when clicked on such link using PHP/Javascript?

kiwibrit
12-11-2009, 03:29 AM
You can also simply encode it using a tool like the "hive enkoder"

http://hivelogic.com/enkoder

Relies on Javascript (so there may be accessibility issues) and being client side would give me security worries. I cannot see the point in using it when server side code does the job simply.

toplisek
12-11-2009, 03:38 AM
ok, when I build form with button Submit.
How to do with PHP to store all clients specifications for statistics like
IP,browser type/version

kiwibrit
12-12-2009, 05:20 AM
You are drifting out site the topic area for this section of the forum. Briefly, I would use MySQL. If you are based in the UK, be aware of the Data Protection Act.