mailto in FM8 IWA
I need to create a button that will bring up an email (preferably with
info filled in) for the user to send. This works beautifully in a
script but doesn't translate in IWA. Any workarounds?
Re: mailto in FM8 IWA
On Oct 23, 2:17 pm, marybi... [at] yahoo.com wrote:
> I need to create a button that will bring up an email (preferably with
> info filled in) for the user to send. This works beautifully in a
> script but doesn't translate in IWA. Any workarounds?
Ooops, I meant IWP.
Re: mailto in FM8 IWA
On Oct 23, 11:19 am, marybi... [at] yahoo.com wrote:
> On Oct 23, 2:17 pm, marybi... [at] yahoo.com wrote:
>
> > I need to create a button that will bring up an email (preferably with
> > info filled in) for the user to send. This works beautifully in a
> > script but doesn't translate in IWA. Any workarounds?
>
> Ooops, I meant IWP.
If your needs are fairly simple a regular html hyperlink can do this,
see:
http://www.ianr.unl.edu/internet/mailto.html
for syntax. You can use the OpenURL script step to make it happen.
Its not ideal, but should qualify as a work around.
-cheers,
Dave