I need to be able to identify what tab I am in within the browser. Isn\'t there some bit of information I can get from the browser to identify the tab? I don\'t need to kn
You have to be using html5, but sessionStorage combined with a random guid would seem to be what you want.