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

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

Lite PromiseJS(Light weight JavaScript promise library)

Insert, Delete Rows, columns in HTML table Using Javascript