[php] 2단 셀렉트 연동 > 팁앤테크

본문 바로가기
사이트 내 전체검색

팁앤테크

[php] 2단 셀렉트 연동

페이지 정보

본문

<script language="javascript">
window.onload = function() {
    document.getElementById("wr2_7").onchange = function() { getClass(this.form.wr2_7.options.selectedIndex) };
}

var classG = new Array(
    new Array("##선택##")
    <?php
    $sql = " select *
                from {$g5['menu_table']}
                where me_use = '1'
                  and length(me_code) = '2'
                order by me_order, me_id ";
    $result = sql_query($sql, false);

    for ($i=0; $row=sql_fetch_array($result); $i++) {
    ?>,new Array(
        <?php
        $sql2 = " select *
                    from {$g5['menu_table']}
                    where me_use = '1'
                      and length(me_code) = '4'
                      and substring(me_code, 1, 2) = '{$row['me_code']}'
                    order by me_order, me_id ";
        $result2 = sql_query($sql2);

        for ($k=0; $row2=sql_fetch_array($result2); $k++) {
            if($k==0) {
        ?>
            "<?php echo $row2[me_name]?>"
        <?php } else { ?>
            ,"<?php echo $row2[me_name]?>"
        <?php } ?>
        <?php
        }
        ?>)
    <?php } ?>
);

var temp, i=0, j=0;
var cselect;

function getClass(item) {
temp = document.getElementById("wr2_8");
subCnt = temp.options.length;
    for (i=(subCnt-1); i>0; i--) { temp.options[i] = null }
        for (var j=0; j<classG[item].length; j++) {
            cselect = classG[item][j];
            temp.options[j] = new Option(cselect, cselect)
        }
}

</script>


    <select name="wr2[7]" id="wr2_7">
        <option value="">선택해 주세요</option>
        <?php
        $sql = " select *
                    from {$g5['menu_table']}
                    where me_use = '1'
                      and length(me_code) = '2'
                    order by me_order, me_id ";
        $result = sql_query($sql, false);
   
        for ($i=0; $row=sql_fetch_array($result); $i++) {
        ?>
        <option value="<?php echo $row['me_name'] ?>"><?php echo $row['me_name'] ?></option>
        <?php } ?>
    </select>
    <select name="wr2[8]" id="wr2_8">
        <option value="">선택해 주세요</option>
    </select>
추천0

댓글목록

등록된 댓글이 없습니다.

Total 126건 1 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
126 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14884 0 06-01
125 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20778 0 01-23
124 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15272 0 09-18
123 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 36924 0 07-22
122 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12970 0 04-18
121 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10785 0 05-17
120 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18980 0 03-25
119 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15406 0 06-01
118 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18086 0 11-01
117 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15707 0 10-28
116 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 36998 0 07-22
115 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12756 0 04-18
114 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9704 0 06-02
113 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19295 0 03-25
112 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14736 0 06-24
111 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18692 0 06-03
110 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18199 0 02-14
109 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16363 0 11-02
108 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 40564 0 08-06
107 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 14435 0 05-11
106 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9792 0 07-26
105 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19127 0 05-06
104 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13561 0 09-29
103 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16389 0 05-21
102 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 13175 0 12-10

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
1,677
어제
5,299
최대
7,259
전체
1,266,498
Copyright (c) 株式会社YHPLUS. All rights reserved.