KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/www/FusionChart/Code/CS/UpdatePanel/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/queenjbs/www/FusionChart/Code/CS/UpdatePanel/updatepanelhook.fusioncharts.js
// Hook up Application event handlers.
var app = Sys.Application.add_init(__fc__AJAX_ApplicationInit);

// Application event handlers for component developers.
function __fc__AJAX_ApplicationInit(sender) {
    
    var prm = Sys.WebForms.PageRequestManager.getInstance();
    if (!prm.get_isInAsyncPostBack()) {
        prm.add_pageLoaded(__fc__AJAX_PageLoaded);
    }
}
function __fc__AJAX_PageLoaded(sender, args) {
   
    if (args._panelsUpdated.length != 0) {
        for (var i in args._panelsUpdated) {
            if ($) {
                var html = args._panelsUpdated[i].innerHTML;
                if (html.search(/\<script[\s\S]+?\<\/script\>/i) >= 0) {
                    $("#" + args._panelsUpdated[i].id).html(args._panelsUpdated[i].innerHTML);
                }
            }
        }
    }
}

Anon7 - 2021