/home/mjc1/public_html/incdown.php


1
2
3
4
5
6
7
<script>
function fileDown(type,name,cate2_code,category_code){
    
    location.href =   "http://www.mijinsoft.co.kr/html/fileDownLoad.php?type="+type+"&filename="+name+"&cate2_code="+cate2_code+"&category_code="+ category_code ;
    
}
</script>