Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

HTML Tutorials - Learn HTML

Tutor at Develop PHP
<iframe> - Floating Frames
By: Adam      Created: Jul 14, 2008      Views: 255 Tweet This Page  Post page to Facebook  Post page to Facebook

The <iframe> tag creates a floating frame region in your web document. It acts as a separate window embedded into the document that can load and unload content independent of the rest of the web page.

Set your links to target the iframe window on the page to seemessly load content into the document without the rest of the page refreshing.

Code
 or Script Display Bar
<a href="framedPage1.html" target="myiframe">Framed Page 1</a><br />
<a href="framedPage2.html" target="myiframe">Framed Page 2</a><br />
<br />
<iframe name="myiframe" src="what_is_new.php" style="height: 400px; width: 600px; margin-left: 0px; margin-top: 0px" scrolling="auto" frameborder="0"></iframe>

Browser Display Bar


                                   <img> - Image


Comment on <iframe> - Floating Frames




Search Tags:
<iframe>   ·  -   ·  Floating   ·  Frames   ·  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder