Oct. 26, 2009 - Button with Pop-up.
To make a button with a pop-up like the one below you will need this HTML code:
< input type="button" value="Click me!" onclick="alert('and this will pop up!')" / >
Note: I have put a space between the " < " and the " input " also between the " / " and the " > " so that the code will show up on this page without turning into html.
To change what it says just edit what I have in there to whatever you want
