Forum Moderators: open
<base target="_blank"> -- will open every link on the page in a new window
<base target="[somename]"> -- will open a new window (with the name "somename") when the first link is clicked on. If that window stays open, every other link will load in that one new window.
That's the same behavior that adb64 listed above, but achieved with one line in the head insted of modifying every link.