aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Html5 and Iframes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Html5 and Iframes" Watch "Html5 and Iframes" New topic
Author

Html5 and Iframes

Sai Hegde
security forum advocate
Ranch Hand

Joined: Oct 26, 2010
Posts: 183

On my last project, we worked with a lot of iframes for loading cross domain html into our web pages and it was painful. Does html5 provide an alternative to iframes?
Rob Crowther
author
Ranch Hand

Joined: Nov 06, 2012
Posts: 165

Depending on what exactly you're trying to do the alternatives are CORS or Cross Document Messaging.


Read my books: Hello! HTML5 & CSS3 | HTML5 in Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Html5 and Iframes
 
Similar Threads
How to populate a jsp inside a jsp
Can I send servlet response to javascript?
Usage of Frames
Will HTML5 replace Javascript in future?
How can I refresh displayed images on a html page without reloading the page