What is the command for "Check All" ????

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vince Russo
    So Fucking Banned
    • Oct 2001
    • 339

    #1

    What is the command for "Check All" ????

    Hey.. I got a huge list of shit where I need to check some boxes...

    Its like 1000 boxes I have to check the boxes on.

    Instead of checking each box, is there some control command that "checks all" that I can use?
  • casinoguy
    Confirmed User
    • Jan 2006
    • 325

    #2
    Originally posted by Vince Russo
    Hey.. I got a huge list of shit where I need to check some boxes...

    Its like 1000 boxes I have to check the boxes on.

    Instead of checking each box, is there some control command that "checks all" that I can use?

    nope you need to click on every box.
    For each 4 sites shown in your browser
    you will receive 3 hits in return
    Join Auto Surf Network today and receive 200 credits FREE!
    Autosurfnetwork.net

    Comment

    • Vince Russo
      So Fucking Banned
      • Oct 2001
      • 339

      #3
      Come on man.

      Comment

      • XAKEP
        Ask me about negative cash flow
        • Aug 2003
        • 518

        #4
        ALT+F4 works in IE.

        Comment

        • Vince Russo
          So Fucking Banned
          • Oct 2001
          • 339

          #5
          Originally posted by XAKEP
          ALT+F4 works in IE.

          Nice one Fucktard.

          Comment

          • Vince Russo
            So Fucking Banned
            • Oct 2001
            • 339

            #6
            ANyone?????

            Comment

            • bangman
              Confirmed User
              • Sep 2004
              • 5283

              #7
              Hm I don't think there is a command for that.
              Have you thought of writing up some simple js code to select them all?
              - David Hall
              ICQ: 312744199

              Comment

              • Ice
                Confirmed User
                • Nov 2002
                • 26053

                #8
                <!-- TWO STEPS TO INSTALL CHECK ALL:

                1. Copy the coding into the HEAD of your HTML document
                2. Add the last code into the BODY of your HTML document -->

                <!-- STEP ONE: Paste this code into the HEAD of your HTML document -->

                <HEAD>

                <SCRIPT LANGUAGE="JavaScript">
                <!-- Modified By: Steve Robison, Jr. ([email protected]) -->

                <!-- This script and many more are available free online at -->
                <!-- The JavaScript Source!! http://javascript.internet.com -->

                <!-- Begin
                var checkflag = "false";
                function check(field) {
                if (checkflag hahahaha "false") {
                for (i = 0; i < field.length; i++) {
                field[i].checked = true;}
                checkflag = "true";
                return "Uncheck All"; }
                else {
                for (i = 0; i < field.length; i++) {
                field[i].checked = false; }
                checkflag = "false";
                return "Check All"; }
                }
                // End -->
                </script>
                </HEAD>

                <!-- STEP TWO: Copy this code into the BODY of your HTML document -->

                <BODY>

                <center>
                <form name=myform action="" method=post>
                <table>
                <tr><td>
                <b>Your Favorite Scripts & Languages</b><br>
                <input type=checkbox name=list value="1">Java<br>
                <input type=checkbox name=list value="2">JavaScript<br>
                <input type=checkbox name=list value="3">ASP<br>
                <input type=checkbox name=list value="4">HTML<br>
                <input type=checkbox name=list value="5">SQL<br>
                <br>
                <input type=button value="Check All" onClick="this.value=check(this.form.list)">
                </td></tr>
                </table>
                </form>
                </center>

                <p><center>
                <font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
                by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
                </center><p>

                <!-- Script Size: 1.47 KB -->
                icq 1904905

                Comment

                • EdgeXXX
                  Confirmed User
                  • Oct 2005
                  • 5816

                  #9
                  Originally posted by XAKEP
                  ALT+F4 works in IE.

                  .
                  .
                  .
                  .

                  I have a sig

                  Comment

                  • Violetta
                    Affiliate
                    • Jul 2004
                    • 28735

                    #10
                    I'm not sure if there is a button (or two) for a command like that!
                    M&A Queen

                    Comment

                    • Agnosticism
                      Confirmed User
                      • Dec 2004
                      • 100

                      #11
                      Tab + Space Bar







                      1 thousand times.

                      Comment

                      Working...