码迷,mamicode.com
首页 > 编程语言 > 详细

Java web ch02_9

时间:2017-10-02 00:20:37      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:htm   alert   win   images   执行   type   blog   rip   示例   

<!DOCTYPE html>
<!-- 程序ch02_9.html -->
<html>
<head>

<meta charset="UTF-8">
<title>单击按钮事件示例</title>
<script language="javascript">
function test(){
window.alert("事件引发一操作,并成功执行了这个操作!")
}
</script>
</head>
<body>
<form action="">
<input type="Button" value="警告对话框" onclick="test()"><br/>
</form>
</body>
</html>

 

 

技术分享

 

技术分享

Java web ch02_9

标签:htm   alert   win   images   执行   type   blog   rip   示例   

原文地址:http://www.cnblogs.com/meng2/p/7618298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!