Tech Windows Tips
All Microsoft vista XP 98 Tips Tricks
Search This Blog
Thursday, April 22, 2010
java script message box
<html>
<head>
<script type="text/javascript">
function show_alert()
{
alert("Hi, How r u");
}
</script>
</head>
<body>
<input type="button" onclick="show_alert()" value="Click Here" />
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment