miren si pongo esto funciona:
Código:
document.getElementById('foto').innerHTML = 'hola';
pero si pongo esto deja de funcionar:
Código:
document.getElementById('foto').innerHTML = '<table width="380" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="70" rowspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="70" height="70"><img src="fotos\usuarios/'+newuser+'.jpg\" width="70" height="70"></img></td>
</tr>
</table></td>
<td width="310" height="36" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="310" height="36">nombre</td>
</tr>
</table> </td>
</tr>
<tr>
<td height="34" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="310" height="34">comentario</td>
</tr>
</table></td>
</tr>
</table>';
en teoria es lo mismo pero no se donde es que deja de funcionar.
ya intente escapando las comillas con barras invertidas y nada