
29/08/2007, 14:59
|
| | Fecha de Ingreso: noviembre-2005 Ubicación: Venezuela
Mensajes: 56
Antigüedad: 19 años, 3 meses Puntos: 0 | |
Re: Continuidad de datos y Ajax Ok, te agrego el codigo donde estan los campos, voy a eliminar todo el codigo php,
<table border="0" cellpadding="0" cellspacing="0" bordercolor="#666666" bgcolor="#666666">
<tr>
<td bgcolor="#CCCCCC"><table border="0" cellpadding="1" cellspacing="1" bgcolor="#999999">
<tr bgcolor="#FFFFFF">
<td width="100"><span class="Estilo20 Estilo25 Estilo28">
<input name="prod" type="hidden" id="prod<?php echo $xxx ?>" value="<?php echo $row_Recordset1['id_producto']; ?>"/>
<?php echo substr($row_Recordset1['modelo'],0,15); ?></span></td>
<td width="100"><span class="Estilo20 Estilo25 Estilo28">
</span></td>
<td width="80"><select name="color" class="Estilo20" id="color" style="width:80px">
<option value=" "></option>
</select>
</td>
<td width="60"><span class="Estilo28"><span class="Estilo20 Estilo28">
<input name="costo" type="text" class="lleno" id="costo" style="font-size:10px; width:60px;" value="" size="8" maxlength="12" onblur="set_costo(this.value, this.id)"/>
**********Este onblur que esta arriba lo agregue de manera que me ayudara un poco, pero nada************************
</span></span></td>
<td width="60"><span class="Estilo20 Estilo28">
<input name="pvp" type="text" class="lleno" id="pvp" style="font-size:10px; width:60px; " value="0.00" size="8" maxlength="12"/>
</span></td>
<td width="60"><div align="right" class="Estilo20 Estilo28">
<input name="pvpt" type="text" class="lleno" id="pvpt" style="font-size:10px; width:60px; " value="0.00" size="8" maxlength="12"/>
</div></td>
<td width="25"><span class="Estilo20 Estilo25 Estilo28">
<input name="talla-<?php echo $j ?>" type="hidden" value=""/>
<input name="cant_talla" type="text" class="lleno" value="0" size="1" maxlength="12" style="font-size:10px; width:24px"/>
</span></td>
</tr>
</table></td>
</tr>
</table>
Cualquier cosa me avisas
Gracias |