Java web p41
Posted 蒙查查
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java web p41相关的知识,希望对你有一定的参考价值。
<!--程序 ch02_9.html -->
<html>
<head>
<title>单击按钮事件示例</title>
<script language="jabascript">
function test(){
window.alter("事件引发一操作,并成功执行了这个操作!");
}
</script>
</head>
<body>
<form action=" ">
<input type="Button" value="警告对话框" onclick="test()"><br/>
</from>
</body>
</html>
以上是关于Java web p41的主要内容,如果未能解决你的问题,请参考以下文章