ATLBryan Posted February 9, 2007 Posted February 9, 2007 Hi All, Hopefully this will be a simple question. I want to make it so that when someone clicks on an e-mail (in the layout, or web browser)address it opens up the mail client and fills the address portion of the e-mail. (Just like like the html "mailto" command) Any suggestions?
bcooney Posted February 9, 2007 Posted February 9, 2007 make the email field on your layout a button and attach it to a Send Mail script (or single script step). Have the email address use calc set to the parent record email address field.
ATLBryan Posted February 9, 2007 Author Posted February 9, 2007 I did this, and it worked in FileMaker when I clicked on the button, but when I clicked on it in the web browser nothing happend. (just using IWP and http://localhost)
Genx Posted February 10, 2007 Posted February 10, 2007 (edited) OpenURL["mailto:" & emailAddressField] Edited February 10, 2007 by Guest mailto slipped my mind.
Recommended Posts
This topic is 6497 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now