Displaying 1 result from an estimated 1 matches for "showinfo".
Did you mean:
show_info
2006 Apr 12
11
innerHTML and scripts not running
...issue with getting embedded javascript code to actually
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(){...