Skyzyx
12-18-2002, 06:37 AM
I was thinking about posting this in the "Post a JavaScript" forum, but the focus on those scripts is that they must be useful. This is definitely not useful, but irritating as all hell.
This was one of the first scripts I ever wrote. I wrote it back in 1997 before I knew the difference between JavaScript and Java... but the name "PsychoJava" just has a certain ring to it, don't you think?
Anyways, enough babble. Here it is. What do you guys think?
// PSYCHOJAVA 1.0
// (c) 1997, Skyzyx Genesis...
function PsychoJava(message)
{
var x=0;
for (x=1; x>0; x++)
{
window.alert(message);
}
}
This was one of the first scripts I ever wrote. I wrote it back in 1997 before I knew the difference between JavaScript and Java... but the name "PsychoJava" just has a certain ring to it, don't you think?
Anyways, enough babble. Here it is. What do you guys think?
// PSYCHOJAVA 1.0
// (c) 1997, Skyzyx Genesis...
function PsychoJava(message)
{
var x=0;
for (x=1; x>0; x++)
{
window.alert(message);
}
}