JavaScript 1

HTML provides the structure, CSS adds the style, and JavaScript puts the action in the web page.

<html>

  <head>

    <title>House Finder</title>

      <Script type="text/javascript">

                         function validateNumber(Value){

          alert("Pls enter a num.");

         }

      </Script>

  </head>

  <body>

  </body>

</html>

        

posted @ 2011-12-21 20:19  l'oiseau  阅读(131)  评论(0编辑  收藏  举报