he cambiado algo de la interfaz pero nada de funcionalidad:
el js es:
http://www.sectorweb.net/2007/05/07/...n-formularios/
el code que uso:
Código PHP:
Ver original
echo" <form name='inib' id='inib' method='post'> <b>Titulo</b><br> <input type='text' id='titulo' name='titulo' class='for' value='$f1'> <input type='button' id='ed' name='ed' class='ford' value='>' onclick=\"inicia('titulo','ed')\"> <br><br> <b>URL</b><br> <input type='text' id='url' name='url' class='for' value='$g1' > <input type='button' id='ef' name='ef' class='ford' value='>' onclick=\"inicia('url','ef')\"><br><br> <b>Clave</b><br> <input type='text' id='clav' name='clav' class='for' value='$i1'> <input type='button' id='eg' name='eg' class='ford' value='>' onclick=\"inicia('clav','eg')\"> <br><br> <b>Recordar cambio</b><br> <input name='fere' type='text' id='fere' onClick=\"popUpCalendar(this, inib.fere, 'mm-dd-yyyy')\"><br> <b>Descripcion</b><br> <textarea cols='22' rows='5' name='obs' id='obs' onfocus=\"borraCampo('obs')\" class='forb'/ >$j1</textarea> <input type='button' id='eh' name='eh' class='ford' value='>' onclick=\"inicia('obs','eh')\"> <br> ";
tambien lo uso fuera
digo mas afuera:
Código HTML:
Ver original
totalmente fuera de algun div(enseguida del body), y como añado los scripts
Código HTML:
Ver original
<link rel="stylesheet" href="estilo.css" type="text/css" media="all"/> <link rel="shortcut icon" type="image/gif" href="images/favicon.gif" /> </head> <body onLoad="organizaSlider('resk','res')"> <form name="form1" method="post"> Calendario<input name="r" type="text" id="r" onClick="popUpCalendar(this, form1.r, 'mm-dd-yyyy');" size="10"> </form>