PDA

View Full Version : An E-Mail proplem



JoMan
September 21st, 2004, 07:50 PM
I am making my own web site, and I was wondering if there is a way to create a button that, when pressed, will open up Outlook Express. Thanks in advance!





peace

dreeft
September 21st, 2004, 08:19 PM
getURL("mailto:","_self"); or <a href="mailto:"> will open a new Outlook message.

I'm almost certain you wont be able to make it load the actual Outlook main window, unless you use fscommand (http://www.macromedia.com/support/flash/ts/documents/fscommand_projectors.htm) to run an external script to launch it.

I could be wrong.
(http://www.macromedia.com/support/flash/ts/documents/fscommand_projectors.htm)

JoMan
September 21st, 2004, 09:07 PM
ThankYou :D!

dreeft
September 22nd, 2004, 12:16 AM
Happy to help out :)