Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.138.123.240
Current Path : /var/www/oasis/js_old/ |
| Current File : /var/www/oasis/js_old/admdownloadexsheet.js |
function calladmexeclsheet() {
$("#page_main_div").load(
"../html_modules/admdownloadexsheet.html?v=22092018",
function() {
document.getElementById("display_module_name").innerHTML =
"Download Excel sheet format";
document.getElementById("module_name_for_save").value =
"Download Excel sheet format";
// getDefaultHeadFooterLinks('Download Excel sheet format');
console.log("calladmexeclsheet");
}
);
}
|