|
|
|
21년 전
|
조회 448
|
|
|
|
21년 전
|
조회 381
|
|
|
|
21년 전
|
조회 476
|
|
|
|
21년 전
|
조회 600
|
|
|
|
21년 전
|
조회 509
|
|
|
|
21년 전
|
조회 417
|
|
|
|
21년 전
|
조회 667
|
|
|
|
21년 전
|
조회 509
|
|
|
|
21년 전
|
조회 506
|
|
|
|
21년 전
|
조회 493
|
|
|
|
21년 전
|
조회 324
|
|
|
|
21년 전
|
조회 343
|
|
|
|
21년 전
|
조회 419
|
|
|
|
21년 전
|
조회 499
|
|
|
|
21년 전
|
조회 314
|
|
|
|
21년 전
|
조회 504
|
|
|
|
21년 전
|
조회 644
|
|
|
|
21년 전
|
조회 556
|
|
|
|
21년 전
|
조회 376
|
|
|
|
21년 전
|
조회 476
|
댓글 7개
수고하십시요..
<input type=radio CHECKED onclick="window.location='mbform.php'; return true;">일반회원
<input type=radio onclick="window.location='mbform1.php'; return true;">기업회원
==========================================================================================================
기업회원 상단에...
<input type=radio CHECKED onclick="window.location='mbform.php'; return true;">일반회원
<input type=radio onclick="window.location='mbform1.php'; return true;">기업회원
이런식으로 해도 될듯..
<BODY bgColor=#efefef leftMargin=0 topMargin=0>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD vAlign=top>
<table cellspacing=2 cellpadding=5 width="100%">
<form name=fgbform onSubmit="return fgbform_check(this);" action=./?doc=bbs/gbupdate.php method=post enctype=multipart/form-data>
<colgroup width=780> <colgroup>
<tr>
<td bgcolor=#f5f3ee height=30>
<input onClick=togDis(myTr); type=radio CHECKED value=0 name=wr_1>
기업회원가입
<input onClick=togDis(myTr); type=radio value=1 name=wr_1>
일반회원가입</td>
</tr>
<tr id=myTr>
<td bgcolor=#f5f3ee height=30>전화상담요청</td>
</tr>
<tr>
<td bgcolor=#f5f3ee>공통내용</td>
</tr>
</form>
</table>
</TD>
</TR>
</TABLE>
<SCRIPT language=Javascript>
function togDis(el) {
var f = document.fgbform;
if (f.wr_1[0].checked) {
el.style.display = 'block'
} else if (f.wr_1[1].checked) {
el.style.display = 'none';
}
}
togDis(myTr);
</SCRIPT>
</BODY></HTML>
일반회원을 체크하면 mbform.php로가고요..
기업회원을 체크하면 ,mbform2.php로가게하는 로직좀 갈켜주세요..
수고하십시요..