masterchief
Well-known member
masterchief submitted a new resource:
iFrame Play with Pages - Using IFrames inside your pages
Read more about this resource...
iFrame Play with Pages - Using IFrames inside your pages
Sample html code for your page
Code:<div class="baseHtml"> <?php include ("test.php"); ?> <ul> <li><a href="test.php?do=sampletext" target="iframe1"><span>Sample Text</span></a></li> <li><a href="test.php?do=moresampletext" target="iframe1"><span>More Sample Text</span></a></li> </ul> <iframe name="iframe1" src="" width="800" height="450" frameborder="0"> Frames are not supported on your browser </iframe> </div>
Read more about this resource...