Subversion Repositories DevTools

Rev

Rev 6617 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6617 Rev 6651
Line 75... Line 75...
75
            str = xmlHttp.responseText;
75
            str = xmlHttp.responseText;
76
        }
76
        }
77
 
77
 
78
        //Populate the innerHTML of the div with the results
78
        //Populate the innerHTML of the div with the results
79
		MM_findObj( ajaxdivname ).innerHTML = str;
79
		MM_findObj( ajaxdivname ).innerHTML = str;
-
 
80
 
-
 
81
        // Process elements just loaded
-
 
82
        if(typeof vixPostPageLoad == 'function'){
-
 
83
            vixPostPageLoad(ajaxdivname);
-
 
84
        }
80
    }
85
    }
81
}
86
}
82
 
87
 
83
 
88
 
84
//stateComboChangeHandler will fire when the state has changed, i.e. data is received back
89
//stateComboChangeHandler will fire when the state has changed, i.e. data is received back