GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What is the command for "Check All" ???? (https://gfy.com/showthread.php?t=566485)

Vince Russo 01-21-2006 03:26 PM

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 01-21-2006 03:27 PM

Quote:

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.

Vince Russo 01-21-2006 03:33 PM

Come on man.

XAKEP 01-21-2006 03:34 PM

ALT+F4 works in IE.

Vince Russo 01-21-2006 03:36 PM

Quote:

Originally Posted by XAKEP
ALT+F4 works in IE.


Nice one Fucktard.

Vince Russo 01-21-2006 03:47 PM

ANyone?????

bangman 01-21-2006 04:10 PM

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?

Ice 01-21-2006 04:12 PM

<!-- 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 -->

EdgeXXX 01-21-2006 04:16 PM

Quote:

Originally Posted by XAKEP
ALT+F4 works in IE.


:1orglaugh :1orglaugh :1orglaugh

Violetta 01-21-2006 04:25 PM

I'm not sure if there is a button (or two) for a command like that!

Agnosticism 01-21-2006 05:28 PM

Tab + Space Bar







1 thousand times.


All times are GMT -7. The time now is 12:12 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123