I tried to insert the code in a block, but only my own page show up.
How can we get the same effect in a block as a node? I want to use it with Panels.

Comments

Ole Martin’s picture

Issue tags: +iframe, +iframe in ablock

For other who want to do the same;
<div class="iframe_title"></div><iframe src="http://drupal.no/" width="100%" height="700" frameborder="0" id="iframe-0" name="iframe-0">Your browser does not support iframes. But You can use the following link. <a href="http://drupal.no/" title="">Drupal.no</a></iframe> </div>

neffets’s picture

Status: Active » Closed (fixed)

try module insertFrame.

cgjohnson’s picture

can you be more specific? I would like a clickable title that displays the iframe in another panel pane. Is this possible?
thanks