topical media & game development

talk show tell print

professional-ajax-10-DWR-Demo-DwrTest.htm / htm



  <html>
  <head>
    <title>DWR Test</title>
    <script type="text/javascript" src="/DwrTest/dwr/interface/JDate.js"></script>
    <script type="text/javascript" src="/DwrTest/dwr/engine.js"></script>
    <script type="text/javascript" src="/DwrTest/dwr/util.js"></script>
    <script type="text/javascript">
  
      function showDate()
      {
        JDate.toGMTString(callback);
      }
  
      var callback = function(Data)
                     {
                       alert(Data);
                     }; 
    </script>
  </head>
  <body>
    <input type="button" value="Show Date" onclick="showDate();">
  </body>
  </html>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.