views:

157

answers:

1

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

A: 

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

Delan Azabani