묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.08.12 13:07
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 4
-
정종은
2005.08.12 13:32
-
정종은
2005.08.12 13:33
<?
$_zb_url = "http://hikumdo.net/bbs/";
$_zb_path = "/home2/hikumdo/www/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head><title>:::::::::::::::::::::::::::::::::::::::::::::::::::::::::</title></head>
<script language=javascript>
function go(img){
window.open('open.htm?'+img,'','width=500,height=400');
}
</script>
</HEAD>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<table width="200" height="282" border="0" align="left" valign="top">
<tr>
<td height="20" valign="top"><img src="image/logo.gif" width="200" height="61" border="0" usemap="#Map"></td>
</tr>
<tr>
<td width="200" height="20" div align="center" valign="top"><p><? print_outlogin("ps_login[1]", 1, 10) ?></td>
</tr>
<tr>
<td weight="200" height="151"><img src="image/left.gif" border="0" usemap="#Map2"></td>
</tr><p><p>
</table>
<map name="Map">
<area shape="rect" coords="1,1,206,60" href="http://hikumdo.net/" target="_parent">
</map>
<map name="Map2">
<area shape="rect" coords="83,11,187,44" href="#" onclick="go('http://hikumdo.net/open.htm')">
</map>
</body>
</html>
소스입니다(로그인하는 쪽 왼쪽 프레임이요..) -
조민
2005.08.12 13:46
이것이 문제가 되는지는 모르겠습니다.
단지
태그가 잘못돼 있습니다.
<td width="200" height="20" div align="center" valign="top"><p><? print_outlogin("ps_login[1]", 1, 10) ?></td>
아래 태그가 올바릅니다.
<td width="200" height="20" align="center" valign="top"><p><? print_outlogin("ps_login[1]", 1, 10) ?></p></td> -
정종은
2005.08.12 16:10
음.. 안되네요.. ^^;; 뭐가 문제인지 잘 모르겠습니다. ;;
문제는.. 첫번째.. 로그인 후에 왜 왼쪽으로 나오는지..
다른 분들이 지금 보시면 안보이시겠군요. ;;