Actually, if you see
Target="..."
where the ... is anything at all, remove it.
If you do
Target="BOB"
then it's true you'll only get ONE "popup" window and all the links will go to it (because all see "BOB" as the target), but you *will* get that one unwanted popup.
|