sp2 javascript detection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #1

    sp2 javascript detection

    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:
    Code:
    <script language="javascript">
    document.write(navigator.appMinorVersion);
    </script>
    paste it in an .html file and tell me what you get.
    you should get ";SP2;" if you have sp2 installed.
    * Mainstream ? $65 per sale
    * new male contraception
  • Zester
    Confirmed User
    • Jul 2003
    • 5344

    #2
    * Mainstream ? $65 per sale
    * new male contraception

    Comment

    • Dynamix
      G F Y not
      • Jan 2004
      • 2910

      #3
      ;sp2;
      12345678

      TGPFactory Full TGP Design & Installation Services
      ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
      See who I am at AdultWhosWho.com!

      Comment

      • Zester
        Confirmed User
        • Jul 2003
        • 5344

        #4
        who else?
        * Mainstream ? $65 per sale
        * new male contraception

        Comment

        • Lycanthrope
          Confirmed User
          • Jan 2004
          • 4517

          #5
          ;SP2;

          Now, mind sharing the rest of the script?

          Comment

          • Zester
            Confirmed User
            • Jul 2003
            • 5344

            #6
            Originally posted by Lycanthrope
            ;SP2;

            Now, mind sharing the rest of the script?
            Code:
            if(navigator.appMinorVersion!=";SP2;")
            {
            	document.write("Your security settings are too low to play the interactive Roshel game, please update your windows system by visit the following: <a href='http://windowsupdate.microsoft.com/'>Windows Update</a>");
            }
            * Mainstream ? $65 per sale
            * new male contraception

            Comment

            • Zester
              Confirmed User
              • Jul 2003
              • 5344

              #7
              anyone else want's to test it? it's for a good cause
              * Mainstream ? $65 per sale
              * new male contraception

              Comment

              • SmokeyTheBear
                ►SouthOfHeaven
                • Jun 2004
                • 28609

                #8
                why dont you just make a page so people can click it instead of asking everyone else to. ?
                hatisblack at yahoo.com

                Comment

                • Nookster
                  Confirmed IT Professional
                  • Nov 2005
                  • 3744

                  #9
                  In FireFox:
                  undefined
                  In IE:
                  ;SP2;
                  I think he's looking for someone without sp2 guys. Whoever doesn't have sp2 try it out.
                  Last edited by Nookster; 12-27-2005, 11:49 PM.
                  The Best Affiliate Software, Ever.

                  Comment

                  • Zester
                    Confirmed User
                    • Jul 2003
                    • 5344

                    #10
                    Originally posted by SmokeyTheBear
                    why dont you just make a page so people can click it instead of asking everyone else to. ?
                    good question I'm happy you brought that up: because people are afraid to click links posted on GFY.
                    and there is some good reasoning for that.

                    or did you mean something else?
                    Last edited by Zester; 12-28-2005, 12:24 AM.
                    * Mainstream ? $65 per sale
                    * new male contraception

                    Comment

                    Working...