February 2006
Beginner
416 pages
11h 35m
English
If you had clicked one of the hyperlinks on the navigation bar in the preceding exercise, you would have discovered a problem: the page to which the hyperlink points loads in the frame. In other words, if you click the Products hyperlink in the left frame, the Products page loads in the left frame.

To overcome this problem, the hyperlinks
in the navigation bar must be modified to specify a target. The
target is the frame, as specified in each frame’s name
argument, where the page will load. For example, to open the file
services.htm in the frame named
leftFrame:
<a href="services.htm" target="leftFrame">Services</a> ...Read now
Unlock full access