In addition to the standard HTML
Code:
A HREF="viewtopic.php?t=xxxx"
a lot of the links in the forums include the javascript code:
Code:
onclick="location.href='viewtopic.php?t=xxxx';"
Clicking on one of these links works as one would expect, but ctrl-clicking to open the link in a new tab (In Firebird) opens the new page in both the original tab and the new tab. What is the reason for this scripting? Does anybody else find it aggravating?