Ctrl+V Game

Play forum games like "this or that, question game, CTRL+V, etc here." also post flash games here.
Post Reply
User avatar
RachelHelps
MX-P Fan
Posts: 524
Joined: Mon Jan 07, 2008 10:11 am
Contact:

Post by RachelHelps »

Code: Select all

function isNumeric(elem, helperMsg){
	var numericExpression = /^[0-9]+$/;
	if(elem.value.match(numericExpression)){
		return true;
	}else{
		alert(helperMsg);
		elem.focus();
		return false;
	}
}
Need referrals, cash, or advertising? Check out my site!

Rachel
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37674
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post by froggyboy604 »

^scary code. reminds me of java which I am not doing well in this term.
http://www.mxproject.com/forum/activity.php
SetoTK
Low flying mountains just to the right.
Posts: 5093
Joined: Tue Aug 16, 2005 8:34 pm
Location: localhost
Contact:

Post by SetoTK »

Ludwig van Beethoven – No.6 'Pastoral', II. Andante molto mosso



/*
It's javescript if my illiteracy is correct
*/
I never really understood Thursdays.
User avatar
RachelHelps
MX-P Fan
Posts: 524
Joined: Mon Jan 07, 2008 10:11 am
Contact:

Post by RachelHelps »

lol No, you are correct my friend.
Need referrals, cash, or advertising? Check out my site!

Rachel
SetoTK
Low flying mountains just to the right.
Posts: 5093
Joined: Tue Aug 16, 2005 8:34 pm
Location: localhost
Contact:

Post by SetoTK »

yikes!
I never really understood Thursdays.
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37674
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post by froggyboy604 »

153
SetoTK
Low flying mountains just to the right.
Posts: 5093
Joined: Tue Aug 16, 2005 8:34 pm
Location: localhost
Contact:

Post by SetoTK »

Fake aXXo Torrents Bombard BitTorrent
I never really understood Thursdays.
Post Reply