[g5] 회원 이름 검색후 아이디 불러오기 > 팁앤테크

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

팁앤테크

[g5] 회원 이름 검색후 아이디 불러오기

페이지 정보

본문

 

<script type='text/javascript'>
<!-- // 회원ID 찾기
function popup_id(frm_name, mb_id, top, left)
{
    url = '<?php echo G5_SHOP_URL?>/mb_id.php?frm_name='+frm_name+'&mb_id='+mb_id;
    opt = 'scrollbars=yes,width=300,height=400,top='+top+',left='+left;
    window.open(url, "mb_id", opt);
}
//-->
</script>

 

<a href="javascript:popup_id('forderform','mb_id',100 ,200);" class="btn02">회원검색</a> 

 

mb_id.php 파일생성 

<?php
include_once('./_common.php');

if($sname) {
    $sql = " select * from {$g5[member_table]} where mb_name like '%$sname%' order by mb_id ";
    $result = sql_query($sql);
    $search_count = mysql_num_rows($result);
    if($search_count > 0) {
        for ($i=0; $row=mysql_fetch_array($result); $i++) {
            $list[$i]->id = $row['mb_id'];
            $list[$i]->name = $row['mb_name'];
        }
    } else {
        alert("찾으시는 ID가 없습니다.");
    }
    mysql_free_result($result);
}

$g5['title'] = "사용자ID 검색";
include_once(G5_PATH."/head.sub.php");
?>

<h3 style="padding:20px 0 0 0"><?php echo $g5['title']?></h3>

<form name="frmid" method="get" autocomplete="off">
<input type="hidden" name="frm_name"        value="<?php echo $frm_name?>">
<input type="hidden" name="mb_id"    value="<?php echo $mb_id?>">
    <div style="padding:20px 20px 0px 20px">
    찾는 이름을 입력하세요. (두글자 이상)
    </div>
    <div style="padding:20px">
        <label for="sname">회원이름<strong class="sound_only"> 필수</strong></label>
        <input type="text" id="sname" name="sname" required class="frm_input required" value="<?php echo $sname?>">
        <input type="submit" value="확인" class="btn_submit">
    </div>
</form>
<!-- 검색결과 여기서부터 -->
    <script type='text/javascript'>
        document.frmid.sname.focus();
    </script>
    <div style="padding:20px">
        <?php if($search_count > 0) { ?>
        총 <?php echo $search_count?>건 가나다순
    <div>
<div>
    <ul>
    <?php
    for ($i=0; $i<count($list); $i++)
    {
    echo "<li><a href=javascript:setid('{$list[$i]->name}','{$list[$i]->id}')>{$list[$i]->name} - {$list[$i]->id}</a></li>\n";
    }
    ?>
    </ul>
    <br />[END]
</div>

<script type='text/javascript'>
    function setid(sname, sid)
    {
        var ov = top.opener.document.<?php echo $frm_name?>.<?php echo $mb_id?>.value;
        var of = top.opener.document.<?php echo $frm_name?>.<?php echo $mb_id?>;

        if(ov.length>0) {
            of.value = (ov + "," + sid);
        }else{
            of.value  = sid;
        }

        top.opener.focus();
        top.close();
        return false;
    }
</script>
<?php } ?>

<?php
include_once(G5_PATH."/tail.sub.php");
?>

추천0

댓글목록

등록된 댓글이 없습니다.

Total 825건 8 페이지
  • RSS
팁앤테크 목록
번호 제목 글쓴이 조회 추천 날짜
650 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17125 0 06-01
649 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17093 0 04-17
648 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 17070 0 10-07
647 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16987 0 04-04
646 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16982 0 10-28
645 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16962 0 12-03
644 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16948 0 05-31
643 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16929 0 03-14
642 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16921 0 01-20
641 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16856 0 05-07
640 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16854 0 01-24
639 朴城忍쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16826 0 02-27
638 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16822 0 12-18
637 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16816 0 05-30
636 포인트쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 16814 0 05-07
635 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16793 0 11-01
634 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16730 0 01-13
633 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16703 0 09-21
632 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16626 0 11-12
631 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16609 0 01-05
630 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16560 0 02-22
629 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16559 0 10-22
628 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16541 0 11-12
627 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16496 0 09-29
626 제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16473 0 06-12

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
3,221
어제
5,828
최대
7,259
전체
1,220,001
Copyright (c) 株式会社YHPLUS. All rights reserved.