Connecting Tech Pros Worldwide Help | Site Map

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

  #1  
Old July 23rd, 2005, 10:34 PM
dryer
Guest
 
Posts: n/a
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.

  #2  
Old July 23rd, 2005, 10:34 PM
VK
Guest
 
Posts: n/a

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