Loading Content into iframe

Sometimes it can be sound to use iframes instead of loading content directly into the page.
Just use frame: 'iframe' to load the content from source: or sourceOnShow: into an iframe.

<div data-bind="page: {id: 'start', frame: 'iframe', source: 'character/fry.html'}"></div>