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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
Back
Top