Button Box

Script by Joe Burns

     Here's a neat little deal that posts a button to your page. When someone clicks on it, an alert box pops up. Like so:

     This is a pretty good way to display a special new page or piece of information. The script is small enough to be seen here. Cut and paste away.

<FORM>
<INPUT TYPE="button" VALUE="Click Here to See It"
onClick='alert("This is what you get")'>
<FORM>

     Change what the button says by changing the VALUE. Change what comes up on the alert box by changing "This is what you get."

Back to the Button, Links, and E-Mail Scripts