생각해보니... 아직도 미결 문제가 남았어요.... > 질문답변

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

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

생각해보니... 아직도 미결 문제가 남았어요....

페이지 정보

본문

회원 가입 절차중에 페이지인데요... 와이드화면이나, 19인치 이상에서 하단메뉴의 좌측쏠림과.... 약관표시 페이지의 약간 우측 쏠림 현상, 오른쪽 퀵 메뉴의 우측 쏠림현상입니다.

해당 페이지는 링크...해당 소스는 아래와 같습니다.

연후 아버님 한번만 더 도와주세요^^


<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>

<? // 개인정보보호정책 추가: 유틸홈(utilhome.kr) ?>
<? // include_once "회원관리페이지헤더파일.php"; ?>

<table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="540" align="center">
<form name="fregister" method="POST" action="javascript:fregister_submit(document.fregister);" autocomplete="off">
  <tr>
    <td>
      <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="540" align="center">
        <tr><td width="540"><img src="<?=$member_skin_path?>/img/title_join.gif" width="540" height="50" border="0"></td></tr>
      </table>

      <? if ($config[cf_use_jumin]) { // 주민등록번호를 사용한다면 ?>
      <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="540" align="center">
        <tr>
          <td bgcolor="#cccccc">
            <table style="border-collapse:collapse;" cellpadding="0" cellspacing="1" width="100%">
              <tr bgcolor="#ffffff">
                <td width="120" height=30 style="padding-left:10;"><b>이름</b></td>
                <td width="" style="padding-left:10;"><input name=mb_name itemname="이름" required minlength="2" nospace hangul style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"></td>
              </tr>
              <tr bgcolor="#ffffff">
                <td height=30 style="padding-left:10;"><b>주민등록번호</b></td>
                <td style="padding-left:10;"><input type="password" name=mb_jumin itemname="주민등록번호" required jumin minlength="13" maxLength=13 style="border-width:1; border-color:rgb(204,204,204); border-style:solid;"><font color="#66A2C8">&nbsp;&nbsp;※ 숫자 13자리 (중간에 - 없이 입력하세요)</font></td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      <? } ?>

      <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="540" align="center">
        <tr><td height="230" align="center"><textarea rows=15 readonly style="width:100%; border-width:1; border-color:rgb(204,204,204); border-style:solid; padding:20;"><?=get_text($config[cf_stipulation])?></textarea></td></tr>
        <tr><td align="center"><input type=checkbox value=1 name=agree>회원가입약관을 읽었으며 내용에 동의합니다.</td></tr>
      </table>
     
<div style="margin-top: 10px; margin-bottom: 5px; border-bottom: 1px dashed #CCCCCC;"></div>
     
    <table style="border-collapse:collapse;" cellpadding="0" cellspacing="0" width="540" align="center">
        <tr>
            <td height="230" align="center"><textarea textarea rows=15 readonly style="width:100%; border-width:1; border-color:rgb(204,204,204); border-style:solid; padding:20;"><?=get_text($config[cf_privacy])?></textarea></td>
        </tr>
        <tr>
            <td align="center"><input type=checkbox value=1 name=agree2 id=agree2>&nbsp;<label for=agree2>개인정보보호정책을 읽었으며 내용에 동의합니다.</label></td>
        </tr>
    </table>

</td></tr></table>

<br>
<div align=center>
<input type=image src="<?=$member_skin_path?>/img/btn_next.gif" border=0>
</div>
</form>

<script language="javascript">
function fregister_submit(f)
{
    if (!f.agree.checked) {
        alert("회원가입약관의 내용에 동의해야 회원가입 하실 수 있습니다.");
        f.agree.focus();
        return;
    }

    if (!f.agree2.checked) {
        alert("개인정보보호정책의 내용에 동의해야 회원가입 하실 수 있습니다.");
        f.agree2.focus();
        return;
    }

    f.action = "./register_form.php";
    f.submit();
}

if (typeof(document.fregister.mb_name) != "undefined")
    document.fregister.mb_name.focus();
</script>

    </td>
  </tr>
</form>
</table>

<? // include_once "회원관리페이지테일파일.php"; ?>
추천0

댓글목록

profile_image

알럽투데이님의 댓글

알럽투데이쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

아~ 혹시 현제 제나빌더 홈페이지 회원가입양식 소스를 보여주시면 참고하겠습니다.

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

가능합니다..
상단메인배너를 참고하시면 되실꺼 같습니다.
상단메인배너는 그룹별로 다르게 나타납니다..

Total 1,640건 22 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
1115 휴먼쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10412 0 04-23
1114 소금쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15766 0 04-23
1113 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8643 0 04-21
1112 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11874 0 04-15
1111 이암쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 9189 1 04-04
1110 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10436 0 03-31
1109 터진빤쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12101 0 03-29
1108 터진빤쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8154 0 03-28
1107 WEBPD쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 90 0 03-28
1106 터진빤쓰쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11666 0 03-26
1105 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8599 0 03-19
1104 푸른마음쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10139 0 03-18
1103 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 14327 0 03-17
1102 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7586 0 03-16
1101 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8694 0 03-10
1100 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9838 0 03-05
1099
이 위치에 댓글1
쿠하하쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6848 0 02-28
1098 쿠하하쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8150 0 02-27
1097 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9822 0 02-26
1096
설치 댓글4
쿠하하쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10078 0 02-26
1095 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 9809 0 02-24
1094 이쁜미연쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 45 0 02-20
1093 무위쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8145 0 02-17
1092 휴먼쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11612 0 02-17
1091 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 11361 0 02-16

검색

회원로그인

회원가입

사이트 정보

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

접속자집계

오늘
3,853
어제
7,570
최대
8,371
전체
1,652,273
Copyright (c) 株式会社YHPLUS. All rights reserved.