Next: Previous: Hyperlinks Contents: Contents |
Question:
How can I achieve that a hyperlink presents the new page or frame set in the top level window ?
Answer:
You can use the target option of the \L
tag:
\L{url="../FAQ-pp2html-slides/frame_set.html" target=_top}<pp2html FAQ> |
Discussion:
If you use an \L
tag in a page which is part of a frame set, then the target page is noramlly displayed in the same frame where the hyperlink was located. If you want the target to be displayed in the top level window of the browser, you should use target=_top
. The target=_blank
option presents the new page in a new browser window.
Next: Previous: Hyperlinks Contents: Contents |