This topic is locked
[SOLVED]

 Embed Code or add IFram inside phprunner

5/15/2011 4:18:39 PM
PHPRunner General questions
S
shadi_casper author

i have a very complicated code and i want add it as ifram or embed page not redirect to page, i want the page appear with header and footer and menu i created using php runner and make values take from phprunner page, any solution to this ?

Admin 5/16/2011

In Visual Editor insert PHP code snippet and in that snippet add the code that outputs your iframe code.

echo '<IFRAME SRC="hello.html" WIDTH=450 HEIGHT=100>

If you can see this, your browser does not

understand IFRAME. However, we willl still

<A HREF="hello.html">link</A>

you to the file.

</IFRAME>';