Html para javascrip prototipo


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="clase.js"></script>
  2. </head>
  3. <script type="text/javascript">
  4. variable=prompt(":: Dame el numero a verificar :: ","");
  5.  
  6. document.write(new operaciones_globales(variable).validacion2()+" , ");
  7. while(confirm("OTRO ")){
  8.  
  9. variable=prompt(":: Dame el numero a verificar :: ","");
  10.  
  11. document.write(new operaciones_globales(variable).validacion2()+" , ");
  12. }
  13.  
  14.  
  15. alert("SALUDOS ..!!!! ");
  16.  
  17. </body>
  18. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.