Codigo de proyecto
<!DOCTYPE html> <head> <title> Altas </title> <link rel="stylesheet" type="text/css" href="css/altas.css"> <style type="text/css"> label { display: block; } </style> <script type="text/javascript"> function hola(){ var valor=document.getElementById("numero").value; alert(valor); } </script> </head> <body> <!--<div id="tabla">--> <form method="POST" action="aa.php"> <fieldset> <legend> ALTAS (REGISTROS) </legend> <!--es para un panel --> <label for="nombre">Nombre</label> <input type="text" name="nombre"> <!--el id para javascript name para php --> <!--funciona con firefox--> <label for="ApePat">Apellido Paterno</label> ...