Q386 How can I make the links target the main frame?
You are here: irt.org | FAQ | JavaScript | Link | Q386 [ previous next ]
For all links place:
<base target="mainframename"> |
inbetween the HEAD elements, or individually:
<a href="nextpage.htm" target=mainframename"> |
©2011 Martin Webb