I have 3 pages like (page1,page2 - http ) and page3 (https / ssl ). In page1 I create 2 frames and i calls page2 and page 3.
Parent page is non-ssl (page1) and frame src page is ssl (page3)
I not able to access the content of https page in html page. I write the following javascript and page2 and gives error Access denied.
parent.window.frame[1].location
Can you please help me, how to access the https content in http.
YOUR HELPS WOULD BE HIGHLY VALUEABLE FOR ME.
Regards
OMR
Parent page is non-ssl (page1) and frame src page is ssl (page3)
I not able to access the content of https page in html page. I write the following javascript and page2 and gives error Access denied.
parent.window.frame[1].location
Can you please help me, how to access the https content in http.
YOUR HELPS WOULD BE HIGHLY VALUEABLE FOR ME.
Regards
OMR