I’m looking for a way to place a webpage in an iframe like frame, where i can view https:// webpages as well as pages that have JavaScript code…
This is easy to do with Android Java Applications: i just use a Webview…
However, i’m looking for a way to do this on a desktop browser, possibly using html & javascript… Is this possible?
An
iframecan load https in most modern browsers (IE is an exception if I am not wrong). Also I have tried iframe with javascript and it is also fine in Firefox and Chrome at least.You can see both used here.