onClick handlers

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>

0 comments :

Post a Comment

> Related Posts with Thumbnails
 

Copyright © 2012. GS dot net - All Rights Reserved - Design by BTDesigner - Proudly powered by Blogger