FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Open outlook button...

 


wildfrick
Hi, i have a problem, i'm building a web site for someone, and the client requested a button in the site that will open Microsoft Outlook, there is WScript.Shell.Run command that can run everything, any body has any other ideas, or suggestions ? may be there is something the allows to run microsof signed applications ?
the website will work on secured network, without access to the internet, on a local network, but a big one, and every pc will have the outlook on the same path C:\Program Files\bla bla......

Thanks for who ever helps...
mathiaus
thats way to complicated.
If you just want to have the main send an email without checking inbox and stuff use
Code:
<form><input type="button" onclick="window.location.href='mailto:'" value="email"></form>


otherwise I'm still sure the'll be way other than what you want to do.
wildfrick
mailto: is not an option, i need to open the outlook, with the calendar, inbox etc... not just to open the compose new mail window...

any other suggestions ?
Grimboy
Hard. If it's IE then you can use ActiveX otherwise you'll have to modify the browser code. I know nothing about ActiveX unfortunatly.
Reply to topic    Frihost Forum Index -> Scripting -> Php and MySQL

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.