Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/04/2007, 15:00
Avatar de MaBoRaK
MaBoRaK
 
Fecha de Ingreso: abril-2003
Ubicación: La Paz - Bolivia
Mensajes: 2.003
Antigüedad: 21 años, 6 meses
Puntos: 35
Re: dificultad con Form dentro de while

loading.........


Cometes un error al poner los FORM fuera de los TR, deberia ser fuera de tu tabla

Código PHP:
$a=1;
while ( 
$a <= 8)
{

echo <<< HTML
<FORM id="$a">
<table>
<TR>
<TD >$a.</TD>
<TD WIDTH=118></TD>
<TD><INPUT type="text" ONblur =cargarContenidopost(form.name) id= "Text1" value= "" maxLength=1 size=1 name=test1></TD>

</TR>
</table>
</FORM>
HTML;
$a++;


connection closed.
__________________

Maborak Technologies