User must not be able to open same site again in other browser or tab
-
Hello Experts, I want the user to use the address only once in the browser. For ex - if www.Xtree.com is the website name, then the user uses it in the address bar & it loads the page.Now if the user opens the page again in another tab of the browser it must throw Message that is already been used. This applies even if he browses it with other browser.. Please help me with this... Regards, Satish
-
Hello Experts, I want the user to use the address only once in the browser. For ex - if www.Xtree.com is the website name, then the user uses it in the address bar & it loads the page.Now if the user opens the page again in another tab of the browser it must throw Message that is already been used. This applies even if he browses it with other browser.. Please help me with this... Regards, Satish
What has this got to do with this forum?
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility
-
Hello Experts, I want the user to use the address only once in the browser. For ex - if www.Xtree.com is the website name, then the user uses it in the address bar & it loads the page.Now if the user opens the page again in another tab of the browser it must throw Message that is already been used. This applies even if he browses it with other browser.. Please help me with this... Regards, Satish
Since you're posting here I'm assuming you're using Silverlight or XBap in which case you can use the information from this article Silverlight: Comunication between Silverlight Applications with Typed Messages[^] In short you implement that communication and if you can open a channel to another application then you know one is already running and you close the application.