Hola, veo que estas utilizando PHP, yo no se usar ese lenguaje pero te pongo un ejemplo en HTML y usando JavaScript <span class="codigo"> <head>
<title>Untitled Page</title> </head> <script language="javascript"> function fSalva(text) { alert(document.getElementById(text)..value); fFoco(text); } function fFoco(txt) { var a = document.getElementById(txt); a.value = ""; a.focus(); } </script> <body> <input id="txt01" type="text" /> <input id="Button2" type="button" value="button" onclick="fSalva(\\'txt01\\');"/> </body> </html> </span> Puedes mandar a llamar la funcion al final de tu funcion "guadar\_datos" o poner directamente el codigo de la funcion "fFoco". Ojala y se vea bien. Si no comoquiera te adjunto la pag. Saludos </body></html>
Rekreativo