<script language="javascript">
function displayDate()
{
alert(Date());
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Display</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<button type="button" onclick="displayDate()">DisplayDate</button>
</div>
</form>
</body>
</html>
(追記) (追記ここまで)
Others
Languages
Frameworks
Web / Design
Mobile Technology
Sql & Technology
R4R