This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes layout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "layout" Watch "layout" New topic
Author

layout

Giomar Guevara
Ranch Hand

Joined: Oct 18, 2006
Posts: 51
Hi,

I'm not sure if I'm in the right forum but I didn't know where to post this message.

I want to create a layout (using tiles def) that contains an iframe...

I tried the following that didn't work:

<iframe name="main" scrolling="no" src=<tiles:insert attribute="body"/>
marginheight="0" marginwidth="0"
frameborder="0" width="100%" height="100%">
A browser that supports <IFRAME> is required.
</iframe>

thanks.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15362
    
    6
The source of an iframe has to be a physical page that you can get to with a URL.

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: layout
 
Similar Threads
How to pass values from one the main page to a iframe
Non-scrollable Tile?
Iframes height problem
calling function from src attribute of html tag
Auto resizing iframe upon window resize