javascript - What are the -interactive- alternatives to IFrames -


Well met!

I'm working on a project similar to a Windows 8 tile-interface, for the website.

The idea is that, when a tile is clicked, then it increases to fill the site (leaving a menu bar at the top) and browse the user loaded site regularly Can do. When he clicks on a button on the menu bar, the tile grows back.

My approach was to use IFrames but those people can be disabled by the site visited via the HTTP option, or by using some javascript to test the window's upper part.

So I need some type of option for iframe. The best part was that I was able to find JQuery .load (url) , which only displays the content of the site, the regulation does not make it usable to use

Thanks in advance!

Loading resources from different sides is very limited on the client side. Your best bet is probably a proxy on the server side (which is not the right solution as it is used by scammers, read this carefully) - I remember that it has a fake mobile safari browser that uses.


Comments