need code that shows JAVA only to users that have JAVA installed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nima
    Confirmed User
    • Feb 2003
    • 2192

    #1

    need code that shows JAVA only to users that have JAVA installed

    I need a code that will only disaply JAVA if the user has JAVA installed and if they dont have JAVA installed it simply does NOT ask them to download JAVA

    its a script that works only on users that have JAVA installed

    so those that dont have it instaleld it ASKS them to install it and if they click on CANCEL then the page it is on will minimize.. and I dont want that to happen.. if you know what I mean.... when you dont have JAVA installed... it minimzes the window if u dont want to install it through that dialog box which would take you to windowsupdate...
  • Babaganoosh
    ♥♥♥ Likes Hugs ♥♥♥
    • Nov 2001
    • 15841

    #2
    Yeah, but what should it do if they don't have java installed?
    I like pie.

    Comment

    • Nezster
      Confirmed User
      • Feb 2003
      • 2192

      #3
      act as if the code is not on the page... basically do nothign but make sure the page will NOT get minimzed

      Comment

      • Nezster
        Confirmed User
        • Feb 2003
        • 2192

        #4
        still there?

        Comment

        • Babaganoosh
          ♥♥♥ Likes Hugs ♥♥♥
          • Nov 2001
          • 15841

          #5
          Originally posted by Nezster
          act as if the code is not on the page... basically do nothign but make sure the page will NOT get minimzed
          Yeah, but if java ISN'T installed, what should it do?
          I like pie.

          Comment

          • Nezster
            Confirmed User
            • Feb 2003
            • 2192

            #6
            nothing it should stay on the page

            lets say my page is yahoo.com and they go to it and the user does not have JAVA installed.. I don't want it to ask them to install JAVA .. that is all

            Comment

            • Babaganoosh
              ♥♥♥ Likes Hugs ♥♥♥
              • Nov 2001
              • 15841

              #7
              Originally posted by Nezster
              nothing it should stay on the page

              lets say my page is yahoo.com and they go to it and the user does not have JAVA installed.. I don't want it to ask them to install JAVA .. that is all


              I like pie.

              Comment

              • Nezster
                Confirmed User
                • Feb 2003
                • 2192

                #8
                ????????????????????

                Comment

                • Nezster
                  Confirmed User
                  • Feb 2003
                  • 2192

                  #9
                  so can you help me ?

                  Comment

                  • Fuckin Bill
                    Confirmed User
                    • Feb 2003
                    • 1020

                    #10
                    If I'm following you, noscript tags are what you're looking for. You use Script tags to wrtie out the java, then put noscript tags afterwards for what you want to display to people without java.

                    Comment

                    • sexeducation
                      So Fucking Banned
                      • Jun 2003
                      • 7315

                      #11
                      try here ...

                      J-A-V-Ascript.internet.com
                      (remove dashes)


                      use a plugin detection then redirect to another page ...
                      hope that helps

                      Comment

                      Working...