Hello,

I know how to do an href to send an email to the person,
but I would like to know how to do this with vbscript. I
have a client table that appears in a form. I would like
to be able to send an email to the client by double
clicking in the field.

Thank you,

Re: Outlook and Email by Mythran

Mythran
Wed Jul 30 13:18:32 CDT 2003

Brandon Campbell wrote:
> Hello,
>
> I know how to do an href to send an email to the person,
> but I would like to know how to do this with vbscript. I
> have a client table that appears in a form. I would like
> to be able to send an email to the client by double
> clicking in the field.
>
> Thank you,

window.open "mailto:address@domain.extension"

Not tested, theory .. should work though :P

Mythran