Does Microsoft Outlook Support Cookies while using window.open()

P

Patsy

I am visiting a site using Microsoft Outlook as a web browser. When i click a button on a page it takes me to a pop-up window which contains an encrypted id which automatically increments when a new user visits that web page. This is to keep a track of the number of uesr who have visited that particular web page. This incrementation happens using Internet Explorer as a browser. But the incrementation does not happen when i use Micosoft Outlook as my web browser. My question here is, does Microsoft Outlook support cookies in a window.open() document ? Is this the reason why it is not incrementing the encrypted id in Microsoft Outlook?
 
K

Ken Slovak - [MVP - Outlook]

Outlook is not a full version of IE when it's used as browser and it
makes a less than ideal browser. You might just have to implement your
own cookie scheme, use an Internet browser control in a form or recode
what you're doing to work with IE and ASP.




Patsy said:
I am visiting a site using Microsoft Outlook as a web browser. When
i click a button on a page it takes me to a pop-up window which
contains an encrypted id which automatically increments when a new
user visits that web page. This is to keep a track of the number of
uesr who have visited that particular web page. This incrementation
happens using Internet Explorer as a browser. But the incrementation
does not happen when i use Micosoft Outlook as my web browser. My
question here is, does Microsoft Outlook support cookies in a
window.open() document ? Is this the reason why it is not incrementing
the encrypted id in Microsoft Outlook?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top