<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
Hi<BR>
<BR>
I would use an macro; so you could return the iframe html, like:<BR>
<BR>
def execute(macro, args):<BR>
    html= '<iframe src ="http://wantedsite.com/page.php" width="100%"></iframe>' <BR>
    return macro.formatter.rawHTML(html)<BR>
<BR>
bye<BR>
Marcel<BR>
<BR>
<BR>
Am Montag, den 17.03.2008, 16:13 -0500 schrieb Rick Vanderveer:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">under Moin 1.5.x, we used to escape to HTML, then use iframes to display some HTML that we had living on another server. It was crude, but effective.  </FONT><BR>
    <BR>
    <FONT COLOR="#000000">With Moin 1.6, it seems this is now blocked.  I understand that this is normally a security risk, which is probably why it's blocked. But in our case, our wiki is only accessible from internally (no outside access), and the HTML pages we're "embedding" are from other internal servers.  (In some cases, we're merely providing a sudo one-stop place for our internal data, even though it's spread across various servers).</FONT><BR>
    <BR>
    <FONT COLOR="#000000">Is there a way to over-ride this?  If so, what file do I need to edit?</FONT><BR>
    <BR>
    <FONT COLOR="#000000">-Rick</FONT>
<PRE>
<FONT COLOR="#000000">-------------------------------------------------------------------------</FONT>
<FONT COLOR="#000000">This SF.net email is sponsored by: Microsoft</FONT>
<FONT COLOR="#000000">Defy all challenges. Microsoft(R) Visual Studio 2008.</FONT>
<FONT COLOR="#000000"><A HREF="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</A></FONT>
<FONT COLOR="#000000">_______________________________________________ Moin-user mailing list <A HREF="mailto:Moin-user@lists.sourceforge.net">Moin-user@lists.sourceforge.net</A> <A HREF="https://lists.sourceforge.net/lists/listinfo/moin-user">https://lists.sourceforge.net/lists/listinfo/moin-user</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>