How can i check whether the webpage is running in Chrome
or not?
if not alert the user that you are not running in chrome:
the scenario will be like this:
IF webPage is not running in Firefox then
msgbox("You are not running in chrom")
End if
Can any one help me to do like this? am using Asp.Net
with VB