<?php
/* Please see the README and LICENSE files. */
/*
* Example of using non-main parts
*/
require("../lib/main.php");
?>
This shows how different types of content can be loaded within the same
framework.<br/><br />
Each of the following options is an independent web "page" that only loads what is needed to show the component. This provides an easy mechanism to interact with a website in dynamically.
<br/>
<iframe src="7/field1.php" frameborder="0" height="35px" width="300px" scrolling="no"></iframe><br />
<iframe src="7/field2.php" frameborder="0" height="35px" width="300px" scrolling="no"></iframe><br />
<iframe src="7/field3.php" frameborder="0" height="35px" width="300px" scrolling="no"></iframe><br />
<iframe src="7/field4.php" frameborder="0" height="35px" width="300px" scrolling="no"></iframe><br />