Simple snippet

Application
show anoter site-page within a page

How to use
save it under actions
name it iframe.php

Unknown action ""iframe""


php
<?php

echo "<iframe src=";
$rss_path = $vars['url'];
if ((!$rss_path) && $wikka_vars) $rss_path = $wikka_vars;
$rss_path = $this->cleanUrl(trim($rss_path));

echo $rss_path;
echo "></iframe>";

?>


TODO
- make the iframe with a height and width
- iframe with border or not
Comments
Comment by DarTar
2005-08-25 16:38:45
Hi Paul and welcome to Wikka. An iframe action already exists in Wikka (it is bundled with the package in the /intranet folder): take a look at http://wikka.jsnx.com/Mod018fIFrameAction
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki