back

JavaScript


This is where I keep a couple of my favorite JavaScript injections. A JavaScript injection is a small piece of JavaScript that can be executed from your browser from the URL bar.

Just enter these into your address bar and hit Enter.
"Who's a Nerd?"
javascript: name=prompt("Who's a nerd?", "Enter Name Here"); alert(name+" is a nerd!");

"Fractions"
javascript: val=(2/3); alert(val);
Other JScript
Hosted by www.Geocities.ws

1