Call Your javascript function of page load

<script type="text/javascript">
     window.onload = PrintOnLoad;
</script>

<script type="text/javascript">
function PrintOnLoad(){
   alert("Vijay Tamar");
}
</script>

Comments

Popular posts from this blog

Insert, Delete Rows, columns in HTML table Using Javascript

Open source Social Networking site in Asp.net and Microsoft Ajax

Crop image using c#