<html>
<head>
<script language= "javascript"type="text/javascript">
function displaymessage()
{
alert("hello friend")
}
</script>
</head>
<body>
<form>
<input type="button" value="click me!" onclick="displaymessage()">
</form>
</body>
</html>
<head>
<script language= "javascript"type="text/javascript">
function displaymessage()
{
alert("hello friend")
}
</script>
</head>
<body>
<form>
<input type="button" value="click me!" onclick="displaymessage()">
</form>
</body>
</html>
No comments:
Post a Comment