Hi,
Here is what I'm trying to do:
I have 2 frames on 2 different servers:
httpS://www.xxx.com/frame1.html
and
httpS://www.yyy.com/frame2.html
I try to retrieve (grab) information from frame2 to frame 1 but I keep receiving the following error message: Access is denied.
I guess this is because:
1. the pages are not on the same server
2. maybe because of the protocol (https).
now, my question is: is there a solution to that problem, a way around ? in javascript or any other language.
Please post your ideas.
Thanks !
Here is what I'm trying to do:
I have 2 frames on 2 different servers:
httpS://www.xxx.com/frame1.html
and
httpS://www.yyy.com/frame2.html
I try to retrieve (grab) information from frame2 to frame 1 but I keep receiving the following error message: Access is denied.
I guess this is because:
1. the pages are not on the same server
2. maybe because of the protocol (https).
now, my question is: is there a solution to that problem, a way around ? in javascript or any other language.
Please post your ideas.
Thanks !
Comment