The onClick handlers execute something only when users click on buttons, links, etc.
<script>
function ss()
{
alert("Thank you!")
}
</script>
<form>
<input type="button" value="Click here" onclick="ss()">
</form>
Subscribe to:
Post Comments
(
Atom
)
0 comments :
Post a Comment