<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I'm developing a web application using a 
combination of CGI::App, CGI::Template, xmlHTTPreq.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The problem I am having is that when I get a return 
string from my xmlhttpReq request it comes back as expected, I check this like 
this.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>alert(t);</DIV>
<DIV>
<P><FONT face=Arial>But when I set the innerHTML of a div immediately after like 
so.</FONT></P>
<P>window.getObject(name).innerHTML = t;</P>
<P><FONT face=Arial>It removes a beginning chunk of the string when trying to 
use innerHTML on a select box and just doesn't do anything using innerHTML on a 
DIV(but the div solution works for FF).  It must be noted that if I put the 
div anywhere outside of the html::template loop it then works in 
IE.</FONT></P>
<P><FONT face=Arial>This seems to be IE specific or related.</FONT></P>
<P><FONT face=Arial>Any and all help would be appreciated.</FONT></P>
<P><FONT face=Arial>Sincerely,</FONT></P>
<P><FONT face=Arial></FONT> </P>
<P><FONT face=Arial>Leander  </FONT></P></FONT></DIV></BODY></HTML>