Revision [233]

This is an old revision of Mod018fIFrameAction made by RomanIvanov on 2004-05-03 20:20:52.

 

Wikka Mod 018

Type: Feature Addition


IFrame


This is a very simple action that can be very useful to include content that otherwise might not easily import into a Wikka page.

Usage example:
{{iframe height="480" width="650" url="http://google.com"}}


<?php

$width = $vars['width'];
$height = $vars['height'];
$url = $vars['url'];

echo '<iframe width="'.$width.'" height="'.$height.'" src="'.$url.'"></iframe>';

?>




Do you understand that this is security hole?

--RomanIvanov
There are 10 comments on this page. [Show comments]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki