You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This example is based on code from the Microsoft presentations related to 98-375. This example shows how javascript basics work. Tested with Safari Browser. </p>
<h1>Validation of a user entry</h1>
<form name="calculator">
<input type="text" id="input1">
<button type="button" onclick="validate();">Click me to see what I think of your entry</button>