on 10/28/00 3:27 AM, [EMAIL PROTECTED] at
[EMAIL PROTECTED] wrote:

I don't have an answer, but have a question. . .
Your post sparked my curiosity. I "tangled" with the
invoke client/mail to issue, which works like a charm
on a Mac but is full of caveats on Windows.

Then I finally opted out entirely and switched to
using POST to send my own form to a forms-to-mail
cgi. . .why are you finding in necessary to stay with
invoking the email client? Because you don't have
access to a forms-to-mail CGI?

I am interested because I still wonder if certain
contexts that I "can't see" exist where invoking
the users client would be the best option.

> This launches your email program, but adds a quote mark at the end of the
> Address. Why? Can someone PLEASE tell me why??
> 
> on mailto tAddress,tSubject
> put word 1 to -2 of queryRegistry
> ("hkey_local_machine\software\classes\mailto\shell\open\command\") into
> tBrowserPath
> if tBrowserPath is not empty then
> if tSubject <> "" then
> launch "mailto:"&tAddress & "?subject=" & tSubject with tBrowserPath
> else launch "mailto:"&tAddress with tBrowserPath
> if the result <>"" then
> get smartAnswer("Process already open","Please close your eMail
> program, then try again.","OK")
> end if
> else get smartAnswer("E-mail to"&&tAddress,"Sorry, I cannot identify your
> default e-mail program. Please send e-mail manually.","OK")
> end mailto


Hinduism Today

Sivakatirswami
Editor's Assistant/Production Manager
www.HinduismToday.com
www.HimalayanAcademy.com
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to