how use the frame in html
By Allan Cayanan on Aug. 29, 2008
Basically, iframe creates an inline frame that contains another document.
Note: you can access different webpage (src attribute in iframe) w/c can be embedded in a parent document. And this is useful to create a sort of AJAX enable page by enable a request with refreshing the whole page, just the iframe. Example:
By Andrés Felipe Monsalve on Aug. 29, 2008
With frames, you can display more than one HTML document in the same browser window. Each HTML document is called a frame, and each frame is independent of the others.
The disadvantages of using frames are:
The web developer must keep track of more HTML documents It is difficult to print the entire page
By Stuart Connall on Aug. 30, 2008
Check out this tutorial. Hope it helps.
http://www.htmlcodetutorial.com/frames/frames.html
Be sure to click on the links under "Contents" on the right hand side.
By qian donghui on Sep. 02, 2008
frameset
By Emre Mater on Sep. 03, 2008
before using html-frames I suggest you to google "why not use frames" phrase. Except some specific areas it is not suggested. Creating pages with frames is more complex . It also can be confusing for the people who are going to browse it. See these links..
http://www.useit.com/alertbox/9612.html
http://www.useit.com/alertbox/9605a.html
By Vijaya Kumar Reddy Maddela on Sep. 26, 2008
Use iframe.
Visit www.w3schools.com
Answers
Add AnswerShare your knowledge