[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 825건 3 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
775 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21382 0 12-10
774 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 24602 0 12-13
773 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20624 0 02-28
772 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 18407 0 03-18
771 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 25325 0 11-29
770 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 29232 0 12-02
769 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 47237 0 03-04
768 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 29470 0 10-10
767 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 25458 0 05-07
766 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 25788 0 05-31
765 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20095 0 09-01
764 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22579 0 07-23
763 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22609 0 10-03
762 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22021 0 10-08
761 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22378 0 09-18
760 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 26854 0 10-28
759 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 23321 0 11-02
758 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19478 0 11-10
757 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 22668 0 11-10
756 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19991 0 11-11
755 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 21878 0 02-18
754 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19983 0 02-25
753 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20788 0 02-26
752 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 20999 0 06-20
751 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 19083 0 07-01

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
3,122
어제
5,045
최대
9,679
전체
2,617,500
Copyright (c) 株式会社YHPLUS. All rights reserved.