It seems like a little thing but this is why I use the Torhead DB instead of the DarthHater one:
Run a search, say for items that drop in Athiss. (http://db.darthhater.com/search.aspx?search_text=athiss)
Now, ctrl+click on a few item names to open them up in new tabs so you can flick through the comments and find out where each item drops...
Somewhere in your scripting you have an event handler that catches the click on the table row and navigates away from the list to the item you clicked on. What you end up with is two tabs, both with the same item in.
What you would like to end up with is a new tab with the item you ctrl+clicked and the original tab still on the search results.
It's a little usability thing, I hope you can fix it.