what does the number bump?
What it does? If you know that, it want be fun, hehe.
But, it didn't work, so I can tell you anyway: the number you enter is how many times an alertbox with 'bump' shows up. Really funny if you don't know any type 999, hehe.
It work't in the previwe, but after I post it, it seems to got broken. This is how the code looks like:
<form name= "bumpContainer">
Enter a <u>number</u> from 1 to 999:
<input accept="text/plain" maxlength=3 name="t" style="background-color:#000000; color:#00ff00" size=1 value=### onfocus="value=''" id="t" type="text">
and click on:
<button onclick="javascript: var t=document.bumpContainer.t.value; while(t > 0){ alert('bump'); t--; }">
bump
</button>
Rember that this site don't allow <srcipt></srcipt>. So you must write the whole script on one (1) line within some action. Why does the browser take you one site back on bump?