Hi, does anyone know why this:
<a onclick="insert atcaret(window. opener.document .formname.field name,'<td
class="header"> ')">text</a>
returns a "Unterminat ed String Constant" error message in IE 6.0 but if
I take out the double quotes around header it does not? I need double
quotes around header, I thought this was possible in javascript so long
as the pair of double quotes is surrounded by a pair of single quotes.
<a onclick="insert atcaret(window. opener.document .formname.field name,'<td
class="header"> ')">text</a>
returns a "Unterminat ed String Constant" error message in IE 6.0 but if
I take out the double quotes around header it does not? I need double
quotes around header, I thought this was possible in javascript so long
as the pair of double quotes is surrounded by a pair of single quotes.
Comment