First thing I made with Javascript :o

It's nice, but kinda pointless. But, if people used it to introduce guests, like have the button say "Welcome" and you click it and it gives an introductory paragraph to the visitor, that would be cool.
 
to add one to a site put:

Code:
<script language="javascript">
{
alert ("Message in here")
}
</script>
and there's a password one, but I forgot it :|
 
Back
Top