Thanks to all who responded.  My next question is:  Is there something in
the Global.asax that I could code for (one of the other events) that will
always get touched with each new tab that is opened?

Well, you could always handle the fact that it's not a post-back, and
check the referrer isn't one of your pages... between those two
things, you're guessing its a "new window".

I wonder what your intent is... if you just want to allow users to
spawn new "sessions", you can do what we do, have a "seperate session
GUID" assigned when the page is first hit.  Then in your returned
stuff put that GUID in a hidden variable or all links as a
query-string parameters (as appropriate).

Then, when you want and explicit "new window", you have the URL
decorated with something that declares that intent.

--
"We do not have the luxury of making that risky assumption that people
will not be affected by the potential change. I know this can be
frustrating for you as it is for us. Thanks for your understanding in
this matter.." --Some misguided soul at Microsoft

Marc C. Brooks
http://musingmarc.blogspot.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to