[Moin-user] Using IFRAME

Rick Vanderveer rick.vanderveer at gmail.com
Thu Sep 18 12:15:36 EDT 2008


One workaround, instead of "#format html"  install and use "#format
raw".  However, due to severe security concerns, use this only on
internal wiki's.  Look on the macro page for 'raw'.

Also, height="100%" doesn't work for me either, you must specify a
height in pixels.

-Rick



On Thu, Sep 18, 2008 at 10:58 AM,  <victorlei at gmail.com> wrote:
> A propos IFRAME in moin 1.7.1
>
> Inside a macro, the following works: <iframe src="foo.com"
> width="100%" height="400"></iframe>
>
> The following results in an empty page: <iframe src="foo.com"
> width="100%" height="100%"> </iframe>
>
> The only difference is in the height value: "400" works, but "100%" doesn't.
>
> Is this a bug or a feature?
>
>    Victor
>
> On 9/18/08, Thomas Waldmann <tw-public at gmx.de> wrote:
>>> #format html
>>> <IFRAME SRC="foo.com"></IFRAME>
>>>
>>> But I get empty page.
>>
>> Note that the html parser is a "safe" html parser (to avoid abuse of the
>> wiki / security risks), so it does not allow all html tags.
>>
>> Maybe iframe is not in the allowed set of tags.
>
>
> --
>  Calligraphy of geese /  Against the sky /  The moon seals it / (Buson/Hass)
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user
>




More information about the Moin-user mailing list