/Prototipo/Servlet/web/newhtmlTestDWR.html
http://prototipomemoria.googlecode.com/ · HTML · 25 lines · 19 code · 2 blank · 4 comment · 0 complexity · e1f9335103156913a1643907aab61b59 MD5 · raw file
- <!--
- To change this template, choose Tools | Templates
- and open the template in the editor.
- -->
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title></title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- </head>
- <body>
- <script type="text/javascript">
- alert("pruebaass");
- var test21 = new DemoStratioDWRTest();
- var stringDeVuelta = test21.escribir();
- alert(stringDeVuelta);
- //function handleGetData(str) {
- // alert(str);
- //}
- //DemoStratioDWRTest.escribir(handleGetData);
-
- </script>
- </body>
- </html>