/home/mjc1/public_html/html/dongschoolProcess.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<script>

function LoadFile(filename)
{

    if ( 
        
        filename !== "a0501" && 
        filename !== "a0101" &&
        filename !== "a0102" &&
    filename !== "a0103"

    )
        
    {
    
        alert(filename + " ¹øÈ£ÀÇ µ¿¿µ»óÀº Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.");

        return;

    }
    
    location.href = "/html/dong/" + filename + ".exe";
    
}

</script>


<html>
<head>
<title>¾÷¹«¿ë ¼ÒÇÁÆ®¿þ¾î Àü¹®°³¹ß¾÷ü::::¹ÌÁø¼ÒÇÁÆ®::::</title>
</head>

<body onload="javascript:LoadFile('<?=$filename?>');">


</body>
</html>