NAVIGATION - Targets
We can set the links in a menu to open webpages in different frames, and windows.
To do this, we identify for the browser the target location. The target being the frame or window the webpage will be displayed.
For this we add to the <A HREF tag:
<A HREF="webpage.htm" target="Frame2">
|
|