Displaying 1 result from an estimated 1 matches for "display_area".
2006 Apr 12
11
innerHTML and scripts not running
...jax.Request() call and the callback function
inserts the generated HTML and js code to my current page. It seems
that the javascript code is not properly parsing.
For example, I''m using the following function showinfo() to return
some html code.
function showInfo(go_url){
if($("display_area") && go_url){
var xmlHttp= new Ajax.Request(go_url, {method: "post",
parameters: Form.serialize(document.forms[0]),
onComplete:function(){
if(xmlHttp.responseIsFailure()) {
var sts = xmlHttp.transport.st...