ID:140852
 
For some reason, links to this particular tab go to the overview tab... Not sure why, if its a bug, or if its meant to do that. But I find it odd.

In my game I'm replacing a crappy scoreboard system that I attempted, which worked okay for a while, but the Standings is easier with much less CPU usage.

I'm using:
src << link("http://www.byond.com/games/GamingAsylumProductions/FreezeTagHideAway?tab=standings#")
The reason is simple.
Your link is using incorrect syntax and the default fallback for such a case is the overview tab.
You can see a list of correct tab references in [link] (by Lummox JR).
And http://www.byond.com/games/GamingAsylumProductions/ FreezeTagHideAway?tab=scores works just fine.
In response to Schnitzelnagler
Thanks.
Every tab is showing whichever link you were at originally when you copy link location.
Not sure if that is right, but my problem is fixed now.