I am looking for a way to find out if the surfer has server pack 2 installed on his system, the following should do it:
paste it in an .html file and tell me what you get.
you should get ";SP2;" if you have sp2 installed.
Code:
<script language="javascript"> document.write(navigator.appMinorVersion); </script>
you should get ";SP2;" if you have sp2 installed.



Comment