Displaying 1 result from an estimated 1 matches for "ajax_inplaceeditor_test".
2006 Apr 12
11
innerHTML and scripts not running
..."response status="+ xmlHttp.transport.status;
}
}});
}
}
Now, in the line
document.getElementById("display_area").innerHTML=xmlHttp.transport.responseText;
Generated by the link saved in go_url, I have html code that I derived
from the examples in ajax_inplaceeditor_test.html to appear in between
my <div id="display_area"> tags. The inplace editing functionality
works when I run the go_url link on its own, but when I embed it in
the manner above, the html properly appears, but the code does not
run.
Am I doing the right thing to use innerHTML?
-...