开发者

How To Open Outlook Task window from client side with javascript

开发者 https://www.devze.com 2022-12-28 23:53 出处:网络
Not for IE users. I want to Open the task window of outlook when the user click a button in my web page.

Not for IE users.

I want to Open the task window of outlook when the user click a button in my web page.

i mean without using the ActiveXObject("Outlook.Application");

and again, method that will work for all browsers especially FF or Chrome.

and i need it to be from the client side, not s开发者_运维知识库erver side.

BTY: i assume the user is using office 2007

thanks


Standards-supporting browsers don't support this proprietary behaviour, which opens up security holes anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消