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
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
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 to run an external script to launch it.
ThankYou :D!
Happy to help out