I want to be able to double click on a field in a form and start Outlook with the email address in place (and, if possible, a subject entered).
How do I do this??
are you speaking about this?
PHP Code:
< a href="mailto:blah@blah.com&subject=blah&body=blah">Click here to email blah</a>
Was this answer helpful ?
Yes No
No - I have a field with an email address in - I want to double click that field and start up the mail programme with the correct address in place.
Was this answer helpful ?
Yes No
don't know, i'd just add a button next to the text field or the ever so annoying onchange()....
Was this answer helpful ?
Yes No
Have a look at the attached sample database it may answer you question.

Was this answer helpful ?
Yes No