Question Details

Browse

how use the frame in html

By mandeep singh - Aug. 29, 2008

how use the frame in html


Answers

Add Answer
  1. 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:


    0 Votes
  2. 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


    0 Votes
  3. 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.


    0 Votes
  4. By qian donghui on Sep. 02, 2008

    frameset


    0 Votes
  5. 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


    0 Votes
  6. By Vijaya Kumar Reddy Maddela on Sep. 26, 2008

    Use iframe.


    Visit www.w3schools.com


    0 Votes
Share your knowledge