![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
So Fucking Banned
Industry Role:
Join Date: Oct 2001
Location: Atlanta, GA
Posts: 339
|
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? |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 | |
Confirmed User
Join Date: Jan 2006
Posts: 325
|
Quote:
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 |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
So Fucking Banned
Industry Role:
Join Date: Oct 2001
Location: Atlanta, GA
Posts: 339
|
Come on man.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Ask me about negative cash flow
Join Date: Aug 2003
Posts: 518
|
ALT+F4 works in IE.
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 | |
So Fucking Banned
Industry Role:
Join Date: Oct 2001
Location: Atlanta, GA
Posts: 339
|
Quote:
Nice one Fucktard. |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 |
So Fucking Banned
Industry Role:
Join Date: Oct 2001
Location: Atlanta, GA
Posts: 339
|
ANyone?????
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Confirmed User
Join Date: Sep 2004
Location: PA, USA
Posts: 5,283
|
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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Confirmed User
Join Date: Nov 2002
Location: Sunny California
Posts: 26,053
|
<!-- 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 |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 | |
Confirmed User
Join Date: Nov 2005
Location: Secretely plotting a hostile takeover
Posts: 5,816
|
Quote:
![]() ![]() ![]()
__________________
. . . . I have a sig
|
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 |
Affiliate
Join Date: Jul 2004
Posts: 28,735
|
I'm not sure if there is a button (or two) for a command like that!
__________________
M&A Queen |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
Confirmed User
Join Date: Dec 2004
Posts: 100
|
Tab + Space Bar
1 thousand times. |
![]() |
![]() ![]() ![]() ![]() ![]() |