search for: go_url

Displaying 1 result from an estimated 1 matches for "go_url".

Did you mean: do_url
2006 Apr 12
11
innerHTML and scripts not running
...run when loaded via an Ajax.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()) {...