Home All Groups Group Topic Archive Search About

calling http from https,permission denied

Author
25 Apr 2005 9:17 AM
wn shieng
I have two forms,1 is http and another is https. Https is a pop up form and
http is its opener.
Now, I want to pass back some data from Https side to its opener page but it
prompts message" permission denied."
Is it possible that i can refresh or pass back some data to the http
page(opener) from the Https side?

Author
25 Apr 2005 6:41 PM
Nicole Calinoiu
"wn shieng" <wn shi***@discussions.microsoft.com> wrote in message
news:ED18450C-B644-4D37-9869-E5FAAB8B0514@microsoft.com...
>I have two forms,1 is http and another is https. Https is a pop up form and
> http is its opener.
> Now, I want to pass back some data from Https side to its opener page but
> it
> prompts message" permission denied."
> Is it possible that i can refresh or pass back some data to the http
> page(opener) from the Https side?

This depends on the security settings of the client browser.  Since this
action can (and should) be prevented, it would be best to avoid it.  Is
there any reason not to load the opener page via https before opening the
popup?