Go Back   Novahq.net Forum > Off-Topic > Humor & Jokes
FAQ Community Calendar Today's Posts Search

Humor & Jokes Got a funny joke or a funny email? Post it so we can all laugh!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-06-2001, 11:09 AM
orb is offline orb
Registered User

Join Date: Dec 2001
Posts: 8

BORED?

<html>
<head>
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var total = 0
var play = false
function display(element) {
var now = new Date()
if (!play) {
play = true
startTime = now.getTime()}
if (now.getTime() - startTime > 20000) {
element.checked = !element.checked
return
}
if (element.checked)
total++
else
total--
element.form.num.value = total
}
function restart(form) {
total = 0
play = false
for (var i = 1; i <= 100; ++i) {
form.elements[i].checked = false
}
}
// End -->
</SCRIPT>

</head>

<BODY BGCOLOR= gold vlink=#0000ff>

<CENTER>Test your skill. How many boxes can
you check in 20 seconds?</CENTER><br>
<p>Just in case ur bored</p>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write("<FORM><CENTER>")
document.write('<INPUT TYPE="text" VALUE="0" ');
document.write('NAME="num" SIZE=10 onFocus="this.blur()"><BR>')
document.write("<HR SIZE=1 WIDTH=40%>")
for (var i = 0; i < 10; ++i) {
for (var j = 0; j < 10; ++j) {
document.write('<INPUT TYPE="checkbox" ');
document.write('onClick="display(this)">')}
document.write("<BR>")}
document.write("<HR SIZE=1 WIDTH=40%>")
document.write('<INPUT TYPE="button" VALUE="restart" ');
document.write('onClick="restart(this.form)">')
document.write("</CENTER></FORM>")
// End -->
</SCRIPT>
</body>
</html>
__________________
ORB - Does Email Use Up Much Ink?
Reply With Quote
  #2  
Old 12-06-2001, 11:29 AM
orb is offline orb
Registered User

Join Date: Dec 2001
Posts: 8

ok that never worked

<html>
<head>
<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var total = 0
var play = false
function display(element) {
var now = new Date()
if (!play) {
play = true
startTime = now.getTime()}
if (now.getTime() - startTime > 20000) {
element.checked = !element.checked
return
}
if (element.checked)
total++
else
total--
element.form.num.value = total
}
function restart(form) {
total = 0
play = false
for (var i = 1; i <= 100; ++i) {
form.elements[i].checked = false
}
}
// End -->
</SCRIPT>

</head>

<BODY BGCOLOR= gold vlink=#0000ff>

<CENTER>Test your skill. How many boxes can
you check in 20 seconds?</CENTER>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
document.write("<FORM><CENTER>")
document.write('<INPUT TYPE="text" VALUE="0" ');
document.write('NAME="num" SIZE=10 onFocus="this.blur()"><BR>')
document.write("<HR SIZE=1 WIDTH=40%>")
for (var i = 0; i < 10; ++i) {
for (var j = 0; j < 10; ++j) {
document.write('<INPUT TYPE="checkbox" ');
document.write('onClick="display(this)">')}
document.write("<BR>")}
document.write("<HR SIZE=1 WIDTH=40%>")
document.write('<INPUT TYPE="button" VALUE="restart" ');
document.write('onClick="restart(this.form)">')
document.write("</CENTER></FORM>")
// End -->
</SCRIPT>
</body>
</html>
__________________
ORB - Does Email Use Up Much Ink?
Reply With Quote
  #3  
Old 12-06-2001, 11:30 AM
orb is offline orb
Registered User

Join Date: Dec 2001
Posts: 8

oh stuff it

k it dont work
just take dis thread down panther
__________________
ORB - Does Email Use Up Much Ink?
Reply With Quote
  #4  
Old 12-06-2001, 12:52 PM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
i thinks its quite funny m8.

and we are in the humour section so i say keep it
Reply With Quote
  #5  
Old 12-08-2001, 11:29 PM
zza1pqx is offline zza1pqx

Join Date: Sep 2001
Posts: 1,631

Send a message via ICQ to zza1pqx Send a message via Yahoo to zza1pqx
Try again orb but this time put &lt;/font> at the very start of your post and the &lt;font color="red"> at the very end.

That ensures that the active tags are stopped and restarted so any html or scripting you do in the post is not conflicted.
__________________



Reply With Quote
  #6  
Old 12-10-2001, 02:08 PM
orb is offline orb
Registered User

Join Date: Dec 2001
Posts: 8

its a java script

Quote:
Originally posted by zza1pqx
Try again orb but this time put &lt;/font> at the very start of your post and the &lt;font color="red"> at the very end.

That ensures that the active tags are stopped and restarted so any html or scripting you do in the post is not conflicted.
its a javascript so ill post a link l8er on. God damn homework
__________________
ORB - Does Email Use Up Much Ink?
Reply With Quote
  #7  
Old 12-17-2001, 12:04 AM
zza1pqx is offline zza1pqx

Join Date: Sep 2001
Posts: 1,631

Send a message via ICQ to zza1pqx Send a message via Yahoo to zza1pqx
Yes I know its a java script but you would have to put in this a tag such as &lt;script = "javascript"> which is a HTML command telling a browser to utilise javascript.

There fore if you do what I told you it should work, unless it has an onload object then it might not, depend what panthers got hidden away here.
__________________



Reply With Quote
  #8  
Old 12-17-2001, 12:12 AM
zza1pqx is offline zza1pqx

Join Date: Sep 2001
Posts: 1,631

Send a message via ICQ to zza1pqx Send a message via Yahoo to zza1pqx
</font><SCRIPT LANGUAGE="JavaScript"><!-- Begin var total = 0 var play = false function display(element) { var now = new Date() if (!play) {play = true
startTime = now.getTime()}if (now.getTime() - startTime > 20000) {element.checked = !element.checked return}if (element.checked)total++ else total-- element.form.num.value = total} function restart(form) {total = 0play = falsefor (var i = 1; i <= 100; ++i) {form.elements[i].checked = false}}// End --></SCRIPT>
<SCRIPT LANGUAGE="JavaScript"><!-- Begindocument.write("<FORM><CENTER>")document.writ e('<INPUT TYPE="text" VALUE="0" ');document.write('NAME="num" SIZE=10 onFocus="this.blur()"><BR>')document.write("<HR SIZE=1 WIDTH=40%>")for (var i = 0; i < 10; ++i) {for (var j = 0; j < 10; ++j) {document.write('<INPUT TYPE="checkbox" ');document.write('onClick="display(this)">')}docu ment.write("<BR>")}document.write("<HR SIZE=1 WIDTH=40%>")document.write('<INPUT TYPE="button" VALUE="restart" ');document.write('onClick="restart(this.form)">') document.write("</CENTER></FORM>")// End --></SCRIPT>

See if this works, its a faf buit...
<font color="red">
__________________



Reply With Quote
  #9  
Old 12-17-2001, 01:18 PM
orb is offline orb
Registered User

Join Date: Dec 2001
Posts: 8

just click ere

go to this http://www.geocities.com/sk8er_coco/check.html to play the crappy little game. u c i am just startin to learn html and that so i suck. not even my javascript
__________________
ORB - Does Email Use Up Much Ink?
Reply With Quote
  #10  
Old 12-17-2001, 02:54 PM
STEALTH is offline STEALTH
Registered User

Join Date: Sep 2001
Posts: 118

My 3rd time i got a 56
__________________
Reply With Quote
  #11  
Old 12-17-2001, 03:00 PM
die_4_me is offline die_4_me
Registered User

Join Date: Sep 2001
Posts: 54

w00t!!

i beat stealth 2nd time i got a 68
__________________
~¥§~ÐΣ_4_M£

http://vs.df-hq.com ~VS~ website
Reply With Quote
  #12  
Old 12-17-2001, 03:03 PM
STEALTH is offline STEALTH
Registered User

Join Date: Sep 2001
Posts: 118

You r soooo nimble..... LOL
__________________
Reply With Quote
  #13  
Old 12-17-2001, 04:32 PM
Steve is offline Steve
Steve's Avatar
Administrator

Join Date: Sep 2001
Location: 2077
Posts: 21,552

Send a message via ICQ to Steve
hey die
u didnt use the tab key by any chance did u?
Reply With Quote
  #14  
Old 12-17-2001, 06:16 PM
die_4_me is offline die_4_me
Registered User

Join Date: Sep 2001
Posts: 54

errrrrrr no........ does that work?

wow i'll haveto try it
__________________
~¥§~ÐΣ_4_M£

http://vs.df-hq.com ~VS~ website
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
bored #1 Matt Sigs and Graphics 5 06-04-2005 01:00 PM
bored? Steve General Chat 14 05-19-2005 09:54 PM
got bored... EDGE Sigs and Graphics 10 02-19-2005 08:02 AM


All times are GMT -5. The time now is 10:48 AM.




Powered by vBulletin®