@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
/
Path :
Upload File :
New :
File
Dir
/home/sanchung/public_html/admin/popup_open.js
<!-- function sitePopup_getCookie(name){ var nameOfCookie = name + '='; var x = 0; while( x <= document.cookie.length){ var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ) { if ( (endOfCookie=document.cookie.indexOf( ';', y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( ' ', x ) + 1; if ( x == 0 ) break; } return ''; } function sitePopup_setCookie(name, value, expiredays){ var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + '=' + escape( value ) + '; path=/; expires=' + todayDate.toGMTString() + ';' } function sitePopupClose(id){ f = eval("document."+id+"form"); if(f.closebox.checked == true){ sitePopup_setCookie(id, "close", 1); document.getElementById(id).style.display = "none"; } else { document.getElementById(id).style.display = "none"; } } function sitePopupOpen(top, left, width, height, bottomback, bottomfont, path, num){ cookname = "Popup_Close_"+num; document.write("\ <div id='"+cookname+"' style='position:absolute; border:1px solid #000; z-index:100000; width:"+width+"px; top:"+top+"px ; left:"+left+"px'>\ <div class='popup-Content' style='width:"+width+"px; height:"+height+"px;'><iframe src='"+path+"/popup_frame.php?num="+num+"' style='width:100%; height:100%' scrolling='no' frameborder='0'></iframe></div>\ <div style='width:100%; height:28px; background-color:"+bottomback+"; text-align:right; position:relative;'>\ <form name='"+cookname+"form' method='post' style='margin:0px; padding:0px;'>\ <span style='color:"+bottomfont+"; position:absolute; top:4px; right:70px; font-size:12px'>\ <input type='checkbox' name='closebox' id='closecookie'>\ <label for='closecookie'>¿À´Ã ÀÌâ¿Áö¾ÊÀ½</label>\ </span>\ <span style='position:absolute; top:4px; right:5px;'><a href=\"javascript:sitePopupClose('"+cookname+"')\"><img src='"+path+"/images/close2.gif' alt='´Ý±â' style='border:0px'></a></span>\ </form>\ </div>\ </div>\ "); } //-->