/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<html> <head> </head> <body> <script type="text/javascript"> variable=prompt(":: Dame el numero a verificar :: ",""); document.write(new operaciones_globales(variable).validacion2()+" , "); while(confirm("OTRO ")){ variable=prompt(":: Dame el numero a verificar :: ",""); document.write(new operaciones_globales(variable).validacion2()+" , "); } alert("SALUDOS ..!!!! "); </script> </body> </html>