TY_BCS_PHP_SLIP 16_1



Slip no. 16  & Slip no. 24
Write a java script function to display Clock in the textbox.
HTML file :
<!DOCTYPE html>
<html>
<body>
<table border=1>
<tr><td><p id="demo"></p></td></tr>
</table>
<script>
document.getElementById("demo").innerHTML = Date();
</script>
</body>
</html>


1 comment:

  1. thanks sir from ur great helpbut what about 2nd question of the slip numner 16?

    ReplyDelete

Note: only a member of this blog may post a comment.