Esto lo necesitaba hace un buen tiempo. Gracias
Ahora tengo una duda, como puedo ingresar una tabla completa dentro del JS, intente realizar algo similar a esto pero no resulto:
Código:
document.write('<table width="970" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="19" colspan="9" valign="top" bgcolor="#8ccf5e"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td width="87" height="45" valign="top" class="center-hor-vert"><a href="index.html">Inicio</a></td>
<td width="264"> </td>
</tr>
<tr>
<td height="15" colspan="9" valign="top"><hr/></td>
</tr>
<tr>
<td height="116" colspan="9" valign="top"><p align="center"><span class="textos251">datos de empresa <br>
mail: <a href="mailto:[email protected]">[email protected]</a></span>
<hr/>
</td>
</tr>
</table>');
si pudieran ayudar de antemano muchisimas gracias