Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Include the body of another web page in a scrollable frame within a page | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Include the body of another web page in a scrollable frame within a page

Plugin IFRAME


Use this wiki plugin to include the body of another web page in a wiki page, in an HTML IFRAME tag, client-side.

Parameters

Tiki Doc From Code error: iframe not found

Example

This code,

Copy to clipboard
{IFRAME(height="500" width="600" scrolling="auto")}tiki-print.php?page=Documentation{IFRAME}


Would produce on this site:

 Tip
To have scrolling only on the left, set the scrolling parameter to "auto" and set css to be: iframe body {overflow-x: hidden;}
Show PHP error messages