[Javaescript] Como crear html con javascript

Sergio Iglesias ser.iglesias en gmail.com
Jue Nov 22 08:34:03 PST 2007


Os pongo el codigo que hay que sacar varias veces:

<table>
<tr>
  <td><label for="nombre<?php echo $c; ?>">Nombre/Raz&oacute;n
social:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>" id="nombre<?php
echo $c; ?>" name="nombre<?php echo $c; ?>" size="35" /></td>
  <td><label for="nifcif<?php echo $c; ?>">NIF/CIF:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>" id="nifcif<?php
echo $c; ?>" name="nifcif<?php echo $c; ?>" size="10" /></td>
</tr>
</table>
<table>
<tr>
  <td><label for="domicilio<?php echo $c; ?>">Domicilio:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>"
id="domicilio<?php echo $c; ?>" name="domicilio<?php echo $c; ?>" size="15"
/></td>
  <td><label for="poblacion<?php echo $c; ?>">Poblaci&oacute;n:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>"
id="poblacion<?php echo $c; ?>" name="poblacion<?php echo $c; ?>" size="15"
/></td>
  <td><label for="cp<?php echo $c; ?>">C&oacute;digo Postal:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>" id="cp<?php echo
$c; ?>" name="cp<?php echo $c; $c++; ?>" size="5" /></td>
</tr>
</table>
<table>
<tr>
  <td width="210"><label for="porcentaje<?php echo $c; ?>">Porcentaje de
participaci&oacute;n en la obra:</label></td>
  <td><input type="text" tabindex="<?php echo $i; $i++; ?>"
id="porcentaje<?php echo $c; ?>" name="porcentaje<?php echo $c; ?>"
maxlength="2" size="2" /> %</td>
</tr>
</table>

si habéis utilizado gmail, es cómo cuando adjuntas un archivo y te sale el
enlace de adjuntar otro archivo. Algo así quiero yo, pero que saque todo eso
que os envío.

Gracias!
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://lists.scriptia.net/private.cgi/javaescript-scriptia.net/attachments/20071122/c26cbb9d/attachment.html 


Más información sobre la lista de distribución Javaescript