Forum Moderators: open
But if you forget the underscore, and have target="blank" then on the first click, that will oad the document a new window named "blank". But on a later click, it will load the already-open window named "blank" with a different document.
target="_blank" means always a new window
target="blank" means open in a window named blank
Is that it?