Could you provide some guidance on that? Maybe not the iframe part, but the plugin part? Would you use the typical eval command for this type of process? I"m guessing no because your templates arnt stored in the same place as the default VB ones.
update
---------------------
ahhh, unless you meant something like this: ??
PHP Code:
<iframe src ="http://domain.com/view.php?pg=test" width="100%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
1.) Oh also, how do you remove the current active users part that shows in each template. Do I have to edit the template and remove that bit, or an on/off switch? Thx!
2.) What if I don't want a header/footer in my template within my iframe? I've tried switching the header to default_webtemplate_header with no luck. So I built my own header, but it doesn't allow me to keep the template body empty..so that doesn't work. Any other suggestions?