Les dejo el código, por las dudas les sirva de guía.
Código HTML:
Ver original
<link type="text/css" rel="stylesheet" href="<?php echo $path ?>../../css/jsDatePick_ltr.min.css" /> <link rel="STYLESHEET" type="text/css" href="calendario/estilo.css"> <div id="info"> </div> <div id="infodoc"> </div> <div id="botones"> </div> <div id="listado"> <form style="width:450px;" id="frmdocumento" name="frmdocumento" method="post" action="GuardarMP.php"> <br/> <body> <br/> <select onchange="" id="frq" name="a" style=" width: 85px; font-size: 13px;"> <div style="margin-left: 360px; margin-top: -25px;" id="botones"> </div> <br/> <br/> <br/> <!--/body--> <br/> <div id="info"> </div> <!--Al hace llamado a la función solo tienes que idicar el nombre del DIV entre parentesis --> <br/> <div id="contenido_a_mostrar"> <div> <input type="hidden" name="id" value="" /><!--</?php echo $documento['IdPersonas'] ?>--> <input type="text" name="resp" id="resp" size="50" value=""/> </div> <div> <input type="text" name="proto" id="proto" maxlength="50" onkeypress="return validar(event)"/> </div> <div> <input type="text" name="obs" id="obs" maxlength="50"/> <!--<input type="text" style="width:300px;height:100px;font-size:12pt;font-family:Helvetica;font-weight:bold;" />--> </div> <div id="fm-submit"> <input type="submit" name="submit" id="button" value="Guardar" /> </div> </div> </body> </form> </div>