Every line of 'onpageload' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
120 function onPageLoad() 121 { 122 let ob = {}; 123 ob.action = "filelist"; 124 ob.folder = "."; 125 httpPost("/ajax", JSON.stringify(ob), cb); 126 }