Hi All,
I am using IFrame in
jsp and trying to login into third party web site. It perfectly works for fire fox and chrome but it doesn't work for IE. It gives error like "Access is denied".
I have also tried to set response header as below :
response.setHeader("P3P", "CP='IDC DSP COR CURa ADMa OUR IND PHY ONL COM STA'");
But still it doesn't seems to work.
When I manually set privacy level to "Accept All Cookies" then it works in IE also but I want to do it through program.
Please let me know how can I do that.
Thanks in advance