Connecting Tech Pros Worldwide Forums | Help | Site Map

How to pass variables to/from child window when using different protocols (http&https)

dryer
Guest
 
Posts: n/a
#1: Jul 23 '05
I'm trying to pass some values back and forth between a main page (on https) and
a child window (on http) and keep getting 'Access Denied' messages. I know this
is a security issue with the browser, but is there anyway around it?

Thanks.


VK
Guest
 
Posts: n/a
#2: Jul 23 '05

re: How to pass variables to/from child window when using different protocols (http&https)




dryer wrote:[color=blue]
> I'm trying to pass some values back and forth between a main page (on https) and
> a child window (on http) and keep getting 'Access Denied' messages. I know this
> is a security issue with the browser, but is there anyway around it?
>
> Thanks.[/color]

By setting domain property in both documents. Not sure though if it
works wor others than IE.

<http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/domain.asp>

Closed Thread