zoukankan      html  css  js  c++  java
  • 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>

  • 相关阅读:
    HTML的基础
    样式表
    页面布局
    for 循环
    函数
    数组
    样式属性
    css选择器参考手册
    样式表格及选择器
    表单
  • 原文地址:https://www.cnblogs.com/meng2/p/7594380.html
Copyright © 2011-2022 走看看