Hi,
I am trying to inclue some HTML in a javascript line, but I am getting errors. This is what I have:
Any ideas why this is?
I am trying to inclue some HTML in a javascript line, but I am getting errors. This is what I have:
Code:
body="<table width='590' border='0' cellspacing='0' cellpadding='0'>
<tr>
<td style='padding: 10px; border-right: 1px solid #ffffff;' width='235' height='150' valign='bottom' bgcolor='#737375'><span class='slogan'><strong><text</strong></span></td>
<td width='355'><img src='images/head_01.jpg' alt=''/></td>
</tr>
</table>";
Any ideas why this is?






