How do I get the URLs from any tab in any open browser

Posted by Kasper on Stack Overflow See other posts from Stack Overflow or by Kasper
Published on 2008-10-15T22:29:58Z Indexed on 2010/05/11 11:24 UTC
Read the original article Hit count: 354

Filed under:
|
|

I am trying to detect which web in sharepoint that the user is looking at right now. One approach could be to read the URls from the browser and try to compare them to a reference URL to the sharepoint solution. I have not yet been able to locate any solution that works in both IE and Firefox.

The idea is to write a small C# app that will harvest the URLs and do the comparing.

TIA

© Stack Overflow or respective owner

Related posts about url

Related posts about sharepoint