Wednesday 23 November 2011

how to alert using javascript


<html>
<body>
<input type="text" />
<script language="javascript">alert('hello');</script>
</body>
</html>

No comments:

Post a Comment

Please Give Your Valuable Comments on this Topic