New Entries Added Almost Daily! Click here to get on our Mailing List
Access Excel Word Windows HTML
In this tutorial you will learn how to use the Button Control
I like to add Labels for each control to aid in Accessibility. This helps for tabbing and if you click on a label it will select that control.
Label
<label for="TestButton">TestButton</label> <button type="button" onclick="alert('Hello world!')" id="TestButton" name="TestButton">Click Me!</button>
Want to learn more? Request this via the contact form.
You can find more about this by searching the website.
By: Alex Hedley
Click here to sign up for more FREE tips