Page 1 of 1

mailto:

Posted: Wed May 02, 2018 12:59 am
by mritter0
To open a web link:

Code: Select all

		if ((URLLock=IDOS->Open("URL:http://www.mritter0.com/forum",MODE_OLDFILE)))
			IDOS->Close(URLLock);

To open an email program via link:

Code: Select all

		if ((URLLock=IDOS->Open("mailto:support@mritter0.com",MODE_OLDFILE)))
			IDOS->Close(URLLock);
Is that how to open your email program from an About window? I don't have email set up on my Amiga since I use GMail.

Re: mailto:

Posted: Wed May 02, 2018 10:13 pm
by broadblues
Yes that ought to work.

Re: mailto:

Posted: Wed May 02, 2018 11:04 pm
by mritter0

Code: Select all

		if ((URLLock=IDOS->Open("URL:mailto:support@mritter0.com",MODE_OLDFILE)))
			IDOS->Close(URLLock);
Needs the URL: in there, too.

Re: mailto:

Posted: Thu May 03, 2018 12:22 pm
by broadblues
Oh yeah it would LOL :-)

Re: mailto:

Posted: Fri May 04, 2018 1:54 am
by colinw
If you don't have the launch-handler autodoc, let me know and I can send it to you.