How do I get the URLs from any tab in any open browser
- by Kasper
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