JavaScript示例

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

  

时间最会骗人,但也能让你明白,这个世界上没有什么是不能失去的,留下的尽力珍惜,得不到的都不重要
原文地址:https://www.cnblogs.com/www-x/p/7724940.html