well iam trying to get version of IE used by user by using $.browser.version in IE8
iam getting different result when iam writing my url in different formats
http://localhost/test.html----------this is giving result=8
http://192.168.1.2/test.html--------this is giving result= 7
http://www.something.com/test.html--this is giving result= 8
the only problem is when iam using 192.168.1.2, this is my pc's IP , and i want url in this format for testing on network pc's.
i dont know why there is a difference??