Onclick Alert Button

Gene Michael Stover

created Monday, 11 August 2003

Copyright © 2003 by Gene Michael Stover. All rights reserved. Permission to copy, store, & view this document unmodified & in its entirety is granted.


The button above this paragraph says "Click Me". If you click on it in a browser that supports JavaScript, you'll see a message box that says "You clicked the button".

If you don't see the alert box when you click the button, then your browser probably doesn't support JavaScript. It is also possible that your browser supports core JavaScript but does not support the onclick event (or any other event).

End.