View Single Post
  #2  
Old 02-28-2008, 06:15 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
It doesn't look like that will work currently. If you hover over a tab, you'll see that the URL the tab is coded as is the same as the page itself, but that page is not actually reloaded when clicked in IE, for instance (it's probably overridden in a client-side script instead). We have to do some special hooking in the internal browser for navigation to work properly in other cases, but that special hooking reloads the URL that is coded for that link instead of allowing the overridden (and unknown to UR) click behavior to occur. We'll have to investigate to see if there is any way to workaround that (without breaking other pages where the hooking is needed).
Reply With Quote