Page 240 - DCAP109_GRAPHIC_TOOLS
P. 240
Unit 10: Working of Web Designing
Notes
Figure 10.12: Nested Framesets
Source: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_frame_mix
Non-Frames Browsers
One of the drawbacks of frames is that some browsers do not support frames. HTML provides an
alternative for these browsers by using the <noframes> tag. The <noframes> section is normally
placed before closing the <frameset> tag.
Example:
<frameset cols=”25%,50%,25%”>
<frame src=”frame_a.htm”>
<frame src=”frame_b.htm”>
<frame src=”frame_c.htm”>
<noframes>Sorry, your browser does not handle frames!</noframes>
</frameset>
Hyperlinks in Frames
One of the advantages of frames is the ability to click on a hyperlink in one frame and change the
document in another frame. When you activate a hyperlink in a frame document, you need to
specify not only what document to load but also where (i.e. in which frame) to put it. The frame
LOVELY PROFESSIONAL UNIVERSITY 233