You have me thinking about a couple of things, let
me try another test.
-- Leander
On Thu, 21 Jul 2005, Leander Gillard wrote:
> Hello, I'm developing a web application using a combination of
> CGI::App, CGI::Template, xmlHTTPreq.
I don't see HTML::Template in that list. Are you on the wrong
mailing-list?
-sam
---
SF.Net e
> alert(t);
> But when I set the innerHTML of a div immediately after like so.
>
> window.getObject(name).innerHTML = t;
>
> It removes a beginning chunk of the string
[snip]
Can you post the entire template code (just the loop part) and the
javascript source code that gets generated from it?
Wh
Hello,
I'm developing a web application using a
combination of CGI::App, CGI::Template, xmlHTTPreq.
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.
alert(t);
But when I set the innerHTML of a div