/Prototipo/Servlet/web/newhtmlTestDWR.html

http://prototipomemoria.googlecode.com/ · HTML · 25 lines · 19 code · 2 blank · 4 comment · 0 complexity · e1f9335103156913a1643907aab61b59 MD5 · raw file

  1. <!--
  2. To change this template, choose Tools | Templates
  3. and open the template in the editor.
  4. -->
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  6. <html>
  7. <head>
  8. <title></title>
  9. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  10. </head>
  11. <body>
  12. <script type="text/javascript">
  13. alert("pruebaass");
  14. var test21 = new DemoStratioDWRTest();
  15. var stringDeVuelta = test21.escribir();
  16. alert(stringDeVuelta);
  17. //function handleGetData(str) {
  18. // alert(str);
  19. //}
  20. //DemoStratioDWRTest.escribir(handleGetData);
  21. </script>
  22. </body>
  23. </html>