grumbachr Posted September 25, 2007 Posted September 25, 2007 This script works fine from within FileMaker Client but when the button is clicked on a paged hosted via IWP the email part doesn't happen. Script Maker tells me all parts are "web compatible" Open URL [No dialog;"mailto:[email protected]?subject=" & table::Task & "&body=" & table::Details ] Commit Records/Requests [ Skip data entry validation; No dialog ] Its just supposed to open the default mail client and insert the address subject and body. Like I said it work in native FM client. If you have any suggestions please let me know.
Hammerton Posted September 25, 2007 Posted September 25, 2007 Actually, the send mail script step is not web compatible. I have been around and around about this. I have opted to use FMWebSchool's FMStudio extension for Dreamweaver (with the email module) to write php pages to send automatic email. Requires simple custom web publishing, but it's a snap to install and use.
grumbachr Posted September 25, 2007 Author Posted September 25, 2007 I knew the send mail script didn't work they is why I'm trying to use the OpenURL. Thanks for the FMwebschool suggestion i'll look into it.
Recommended Posts
This topic is 6537 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