dubi
dubi

Reputation: 2429

How To Open Outlook Task window from client side with javascript

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 server side.

BTY: i assume the user is using office 2007

thanks

Upvotes: 1

Views: 1155

Answers (1)

Delan Azabani
Delan Azabani

Reputation: 81384

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

Upvotes: 1

Related Questions