Skip Menu |

This queue is for tickets about the CGI-Ajax CPAN distribution.

Report information
The Basics
Id: 25495
Status: new
Priority: 0/
Queue: CGI-Ajax

People
Owner: Nobody in particular
Requestors: ryangralinski [...] bong.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Executing javascript
Date: Fri, 16 Mar 2007 08:37:42 -0400
To: <bug-CGI-Ajax [...] rt.cpan.org>
From: "Ryan Gralinski" <ryangralinski [...] bong.net>
I noticed the ajax module does not execute javascript code on the ajaxed pages? I added this and it works mint. at line 865 I added this after : this.pjxCompleted(dt); Put : var mystr=div.innerHTML; var e = div.getElementsByTagName("script"); for(var i=0;i<e.length;i++){eval(e[i].innerHTML);}