/home/mjc1/public_html/html/millennium/a_newetax.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php include_once("./_common2.php"); ?>
<?  
    
include_once("./Page/common/header_tax_email_test.php");
?>

<script>
function billChk(){

    if(billFrm.companyNum.value == "5021894746-"){
        alert("¿¥Á¦À̼ÒÇÁÆ® ³»¿ªÀº È®ÀΠÇÒ ¼ö ¾ø½À´Ï´Ù.");
        billFrm.companyNum.focus();
        billFrm.companyNum.value="";
        return;
    }
    
    if(billFrm.companyNum.value == ""){
        alert("»ç¾÷ÀÚ ¹øÈ£¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä");
        billFrm.companyNum.focus();
        return;
    }

    string = billFrm.companyNum.value;
    
    result = 0;
    for(i=0; i<string.length; i++) {
        if(string.charAt(i) =="-") result++;
    }
    
    if( result > 0){
        alert(" '-' ¸¦ »©°í ÀÔ·ÂÇϼ¼¿ä");
        billFrm.companyNum.focus();
        return;
        
    }

    billFrm.submit();
}

function Msg(t){
    alert(t);
}
</script>



    <div id="content" class="wrap">

        <div class="contents">
            <div class="asideMenu">
                <? include("./Page/customer/leftNavi.html"); ?>
            </div><!-- //asideMenu-->
            
           <div class="subContents">
                <h1>
                    <img src="./img/titlebar/easycustomeretax.jpg" alt="¼¼±Ý°è»ê¼­¹ßÇà">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">°í°´¼¾ÅÍ</span>
                        <span class="depth">></span>
                        <span class="depth2">ÀüÀÚ¼¼±Ý°è»ê¼­ È®ÀÎ</span>
                    </p>
                </h1>
      
                <div class="section" style="margin:0 0 300px;">
                    <!-- °è»ê¼­ Á¶È¸ -->
                    <div id='inputifm'>
                        <h2><img src="./img/customer/tax_text.jpg" alt="¼¼±Ý°è»ê¼­ ¹ßÇà"></h2>
                        <div class="taxSearchTitle">
                                <p>»ç¾÷ÀÚµî·Ï¹øÈ£¸¦ ÀԷ ÈÄ <strong>[¼¼±Ý°è»ê¼­ Ãâ·Â]</strong> ¹öưÀ» ´©¸£¼¼¿ä.</p>
                                <p>¼¼±Ý°è»ê¼­ ¹ßÇ๮ÀÇ : 1566-8680</p>
                        </div><!-- //taxSearchBox-->
                        
                        <form name="billFrm" method='post' target='billifm' action='newtaxProcess.php' onSubmit="return false;">
                        <table class="taxSearchBox">
                            <colgroup>
                                <col style="width:180px;"><col style="width:530px;">
                            </colgroup>
                            <tr>
                                <th class="paperTax">»ç¾÷ÀÚµî·Ï¹øÈ£ ('-' ¾øÀÌ ÀÔ·Â)</th>
                                <td><input name="companyNum" type="text" size="20" maxlength="13"> <img src="./img/customer/taxprint_bt.jpg" onClick="billChk();" alt="¼¼±Ý°è»ê¼­ Ãâ·Â"></td>
                            </tr>
                        </table>
                        <input name="KeyCode" type="hidden" value="<?=$KeyCode;?>">
                        </form>
                    </div><!--//inputifm-->

                    <iframe name='userDiv' width=0 height=0></iframe>
                    <iframe name="Joinifm" width=0 height=0></iframe>
                    <iframe name='billifm' width=0 height=0></iframe>

                </div><!-- //section -->
            </div><!-- //subContents -->

        </div><!-- //contents -->
    </div><!-- //wrap -->

<? include("./Page/common/footer.php"); ?>