frames linking

frames linking--

In frames linking, If you want to place navigation bar in one frame and the contents of webpages they are linked to into a separate frame.
frames linking

 This is possible by performing the following steps--
  • Specify the NAME attribute within <FRAME> element in which the contents of the linked page will be displayed.
  • Give the target attribute of <A> element and the name of frame in which contents will be displayed.
For example--
                                                         HTML CODE:                                                       

frames linking


We have created 3 files i.e. RED1.HTML , FRAMESS.HTML and LINK.HTML which includes the red color,frames in columns,and it's links respectively.


OUTPUT--

frames linking


When we click on this link (RED) then the red color appears on the right hand side of the frame. So this becomes the linking within the frames.

If you want to know about nested frames then click on the below link--
nested-frames-in-html.html

Post a Comment

0 Comments