@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux adweb87 2.6.32-754.el6.x86_64 #1 SMP Tue Jun 19 21:26:04 UTC 2018 x86_64
Current Path :
/
home
/
sanchung
/
public_html
/
admin
/
js
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/js/default.js
<!-- function addcomma(fvalue){ // , Ãß°¡ // fvaluenum = fvalue.length; if(fvaluenum > 3){ comma = Math.ceil(fvaluenum/3)-1; substart = 0; for(x=comma; x>=0; x--){ sublast = fvaluenum-(x*3); val = fvalue.substring(substart, sublast); substart = sublast; if(x == comma) vall = val + ','; else if(x == 0) vall = vall + val; else vall = vall + val + ','; } return vall; } else { return fvalue; } } function stripcomma(restring){ // , Á¦°Å // if(restring.search(',')){ exp=restring.split(','); for(t=0 ; ; t++){ if(!exp[t]) break; if(t == 0) restring = exp[t]; else restring = restring + exp[t]; } } return restring; } function ZipWindow(ref,what) { var window_left = (screen.width-640)/2; var window_top = (screen.height-480)/2; ref = ref + '?what=' + what; window.open(ref, 'zipWin', 'width=550,height=200,status=no,top=' + window_top + ',left=' + window_left + ''); } function valcheck(obj, focus, msg){ if(!obj.value){ alert(msg); if(focus) obj.focus(); } else return true; } function iframe_resize(arg){ obj = document.getElementById(arg); obj.height = eval(arg+'.document.body.scrollHeight'); } function makeCal(e, f, iname){ var browser = navigator.appName if(browser=="Microsoft Internet Explorer"){ posx = event.clientX; posy = event.clientY; } else { //±×¿Ü(ÆÄÀÌ¾îÆø½º)ÀÏ ¶§ µ¹¾Æ°£´Ù. posx = e.clientX; posy = e.clientY; } x = posx + document.documentElement.scrollLeft; y = posy + document.documentElement.scrollTop; getobj("Calendar").style.left = (x + 15) + "px"; getobj("Calendar").style.top = (y + 1) + "px"; getobj("Calendar").style.display = "inline"; getobj("CalendarF").src = './_lib/calendar_make.php?f='+f+'&iname='+iname; } function calClose(){ getobj("Calendar").style.display = "none"; } document.write("<div id='Calendar' style='position:absolute; display:none; z-index:1000'><iframe id='CalendarF' name='CalendarF' src='' height='100' frameborder='0' width='180' title='°³¹ß¿ëµµ'></iframe></div>"); function getobj(id){ obj = document.getElementById(id); return obj; } function radiosel(form, name, value){ obj = eval(form+"."+name); if(value){ for(i=0; i<obj.length; i++){ if(obj[i].value == value) obj[i].checked = true; } } else { obj[0].checked = true; } } function checkboxsel(form, name, value){ obj = eval(form+"."+name); if(value && obj.value == value) obj.checked = true; } //-->