You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2019. It is now read-only.
When IFrame is used to load an https page, it shows website not found error in Chrome and shows certificate error in IE. But it works properly in Firefox
How to reproduce:
string ipaddress = "htts://address"; // address can be any ip
var fr: IFrame = new IFrame(ipaddress)
try loading the iframe as child for a flex component.
Environment:
OS: Windows Vista
Browser: IE7, Firefox 7, google chrome
Flex Builder : 3.0 (used alongwith Eclipse ganymede)
The text was updated successfully, but these errors were encountered:
Problem:
When IFrame is used to load an https page, it shows website not found error in Chrome and shows certificate error in IE. But it works properly in Firefox
How to reproduce:
var fr: IFrame = new IFrame(ipaddress)
Environment:
OS: Windows Vista
Browser: IE7, Firefox 7, google chrome
Flex Builder : 3.0 (used alongwith Eclipse ganymede)
The text was updated successfully, but these errors were encountered: