is there anyway to get this to work in an Iframe
i try
HTML Code:
<iframe src="{vb:raw perm}" width="530" height="600" frameBorder="0" class="leftColumn"></iframe>
and the page ends up blank and not including it
this is the plugin i use
PHP Code:
ob_start();
require_once('url/perm/perm.php');
$perm = ob_get_contents();
ob_end_clean();
vB_Template::preRegister('citizens',array('perm' => $perm));