Problem dealing with double quotes in InnerHTML -
12-11-2007
, 04:37 AM
Hi Friends,
I am stuck up here.
to simplify i have made a demo program.
<p onclick="alert(this.innerHTML);"><font class="AInput">3434</font></
p>
it surprisingly removes the double quotes in IE6.
I need that when onclick is fired i should also get double quotes.
Regards,
Mahernoz |