묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
2005.05.24 15:09
회원가입시나 수정시 닉네임/ID /E-mail 은 중복체크를 하자나요 . 이름도 가능할까요?
$lang->msg_exists_nick_name = \
댓글 5
-
박영한
2005.05.24 16:46
-
홈리스
2005.05.24 15:33
-
박영한
2005.05.24 15:52
워드패드로 수정을 해도 안돼네요.. 마찮가지 입니다.. ㅡㅡ 로그인이 안돼요.... -
홈리스
2005.05.24 16:11
-
홈리스
2005.05.24 16:57
이부분을 맨위에 넣으셔야 됩니다
<?
$_zb_url = "http://www.greendumping.com/zboard/";
$_zb_path = "/wecan2/jjs5907/www.greendumping.com/zboard/";
include $_zb_path."outlogin.php";
?>
<head>
<base target="contents">
<script language="JavaScript"><!--
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length-1; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
// -->
</script></head>
<body bgcolor="#F0F0F0" text="black" link="blue" vlink="purple" alink="red" OnLoad="na_preload_img(false, 'images/left_banner_01_01.gif', 'images/left_banner_04_01.gif', 'images/left_banner_02_01.gif', 'images/left_banner_03_01.gif');">
<table cellspacing="0" style="border-collapse:collapse;" cellpadding="0" width="100%">
<tr>
<td width="100%" style="border-width:1; border-color:black; border-style:solid;">
<table border="0" cellpadding="1" cellspacing="0" width="100%">
<tr>
<td width="100%" bgcolor="#333333" height="20">
<p align="center"><font color="white"><span style="font-size:8pt;">그린덤핑</span></font></p>
</td>
</tr>
<tr>
<td width="100%" bgcolor="white">
<p>
<?
$_zb_url = "http://www.greendumping.com/zboard/";
$_zb_path = "/wecan2/jjs5907/www.greendumping.com/zboard/";
include $_zb_path."outlogin.php"; // 이건 그냥두세요
?>
<? print_outlogin("outlogin", 1, 10) ?>
</p>
</td>
</tr>
<tr>
<td width="100%" bgcolor="#333333" height="20">
<p align="center"><font color="white"><span style="font-size:8pt;">쇼핑목록</span></font></p>
</td>
</tr>
<tr>
<td width="100%"><a href="http://" OnMouseOut="na_restore_img_src('image1'+ '+ ', 'document')" OnMouseOver="na_change_img_src('image1', 'document', 'images/left_banner_01_01.gif', true)" target="detail"><img src="images/left_banner_01.gif" width="131" height="40" border="0" name="image1"></a></td>
</tr>
<tr>
<td width="100%"><a href="http://" OnMouseOut="na_restore_img_src('image4', 'document')" OnMouseOver="na_change_img_src('image4', 'document', 'images/left_banner_04_01.gif', true)"><img src="images/left_banner_04.gif" width="131" height="40" border="0" name="image4"></a></td>
</tr>
<tr>
<td width="100%"><a href="http://" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', 'images/left_banner_02_01.gif', true)" target="detail"><img src="images/left_banner_02.gif" width="131" height="40" border="0" name="image2"></a></td>
</tr>
<tr>
<td width="100%" bgcolor="#333333" height="20">
<p align="center"><font color="white"><span style="font-size:8pt;">고객문의</span></font></p>
</td>
</tr>
<tr>
<td width="100%"><a href="http://www.greendumping.com/zboard/zboard.php?id=QandA" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', 'images/left_banner_03_01.gif', true)" target="detail"><img src="images/left_banner_03.gif" width="131" height="40" border="0" name="image3"></a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>