Maybe this isn’t the best way (or even possible), but upon loading a page, I’d like to display the Body text in an iFrame type box with a link to the Extended Text that would load into the same frame.
Any ideas how I might do this? I can load a template into the frame, but can’t work out how to make it display the content of the entry (that is, the page it’s on; at the moment, it only loads the latest entry). Not sure if this makes sense. So far it looks like this:
{exp:weblog:entries weblog="windrush" limit="1"}
<h3>{title}</h3>
<p><iframe src="http://www.blahblah.co.uk/index.php/windrush/iframeContent/"<br />
height="100" width="600" frameborder="1" scrolling="no"><br />
Alternative text for browsers that do not understand IFrames.<br />
</iframe></p>
<p>{/exp:weblog:entries}The iframeContent template looks like this:
{exp:weblog:entries weblog="windrush" limit="1"}
{body}
{/exp:weblog:entries}Maybe there’s a completely different way to do this, but I can’t for the life of me think what it could be…