<SCRIPT>
// 꼬리말 달기 시작
function AppendShortComment() {
emoticonIndex = -1;
for ( i = 0; i < document.bbsForm.emoticonView.length; i++ )
if ( document.bbsForm.emoticonView[i].checked )
emoticonIndex = i;
if ( emoticonIndex == -1 ) {
alert("표정을 선택하세요.");
return;
}
document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=Z35w';
document.bbsForm.comment.value=document.bbsForm.comment_view.value;
document.bbsForm.emoticon.value=document.bbsForm.emoticonView[emoticonIndex].value;
document.bbsForm.act.value='A';
document.bbsForm.fldid.value = 'Cndu';
document.bbsForm.dataid.value = '9565';
document.bbsForm.nickname.value = '데미안';
document.bbsForm.grpcode.value = 'loveyou3040';
document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=Z35w&mgrpid=&fldid=Cndu&page=1&prev_page=0&firstbbsdepth=&lastbbsdepth=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz&contentval=002UHzzzzzzzzzzzzzzzzzzzzzzzzz&datanum=9565&head=&subj=%BD%CE%B6%FB%C7%D8+%7E%BD%CE%B6%FB%C7%D8+%7E&nick=%C1%A4%C0%BE+%B0%C5%BD%C3%B1%E2&id=SkYIc1ea.KI0&smsnum=0&smsvalid=0&count=186&day=20050110185448&datatype=9&selectyn=n&avatarcate=1&rowid=AAAAxuAA0AAAalzAAZ&edge=';
var resultComment = document.bbsForm.comment.value.split(" ");
if ( null == resultComment || document.bbsForm.comment.value.length + 1 == resultComment.length ) {
alert( "내용을 입력하신 뒤 등록버튼을 눌러주세요." );
document.bbsForm.comment_view.focus();
return;
}
if ( resultComment.length > 300 ) {
alert( "꼬리말은 300자 이내입니다. " + resultComment.length );
document.bbsForm.comment_view.focus();
return;
}
document.bbsForm.submit();
}
function DeleteShortComment(seq) {
if (confirm("정말로 삭제하시겠습니까?")) {
document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=Z35w';
document.bbsForm.target = '';
document.bbsForm.act.value='D';
document.bbsForm.fldid.value='Cndu';
document.bbsForm.dataid.value='9565';
document.bbsForm.grpcode.value = 'loveyou3040';
document.bbsForm.seq.value = seq;
document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=Z35w&mgrpid=&fldid=Cndu&page=1&prev_page=0&firstbbsdepth=&lastbbsdepth=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz&contentval=002UHzzzzzzzzzzzzzzzzzzzzzzzzz&datanum=9565&head=&subj=%BD%CE%B6%FB%C7%D8+%7E%BD%CE%B6%FB%C7%D8+%7E&nick=%C1%A4%C0%BE+%B0%C5%BD%C3%B1%E2&id=SkYIc1ea.KI0&smsnum=0&smsvalid=0&count=186&day=20050110185448&datatype=9&selectyn=n&avatarcate=1&rowid=AAAAxuAA0AAAalzAAZ&edge=';
document.bbsForm.submit();
}
}
function ModifyViewShortComment(seq) {
document.getElementById("plainCmt_" + seq).style.display="none";
document.getElementById("plainCmtEmo_" + seq).style.display="none";
document.getElementById("editCmt_" + seq).style.display="inline";
document.getElementById("editCmtEmo_" + seq).style.display="inline";
}
function ModifyShortComment( seq, emoticon ) {
document.bbsForm.action = '/_c21_/short_comment_hdn?grpid=Z35w';
document.bbsForm.act.value='U';
document.bbsForm.fldid.value='Cndu';
document.bbsForm.dataid.value='9565';
document.bbsForm.grpcode.value = 'loveyou3040';
document.bbsForm.seq.value = seq;
var changeEmoticon = document.bbsForm.emoticon.value;
if (changeEmoticon == "")
document.bbsForm.emoticon.value = emoticon;
else
document.bbsForm.emoticon.value = changeEmoticon;
document.bbsForm.comment.value = eval("document.bbsForm.comment_"+seq).value;
document.bbsForm.return_url.value = '/_c21_/bbs_read?grpid=Z35w&mgrpid=&fldid=Cndu&page=1&prev_page=0&firstbbsdepth=&lastbbsdepth=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzz&contentval=002UHzzzzzzzzzzzzzzzzzzzzzzzzz&datanum=9565&head=&subj=%BD%CE%B6%FB%C7%D8+%7E%BD%CE%B6%FB%C7%D8+%7E&nick=%C1%A4%C0%BE+%B0%C5%BD%C3%B1%E2&id=SkYIc1ea.KI0&smsnum=0&smsvalid=0&count=186&day=20050110185448&datatype=9&selectyn=n&avatarcate=1&rowid=AAAAxuAA0AAAalzAAZ&edge=';
var resultComment = document.bbsForm.comment.value.split(" ");
if ( null == resultComment || document.bbsForm.comment.value.length + 1 == resultComment.length ) {
alert( "내용을 입력하신 뒤 등록버튼을 눌러주세요." );
document.bbsForm.comment_view.focus();
return;
}
if ( resultComment.length > 300 ) {
alert( "꼬리말은 300자 이내입니다. " + resultComment.length );
document.bbsForm.comment_view.focus();
return;
}
document.bbsForm.submit();
}
function change_emo(face_num) {
curEmoId.src="http://cafeimg.hanmail.net/cf_img/icon"+(face_num-1) && dom) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
mouseX = (ns4||ns5)? evt.pageX: window.event.clientX + document.body.scrollLeft+5;
mouseY = (ns4||ns5)? evt.pageY: window.event.clientY + document.body.scrollTop;
eLayer.left = mouseX;
eLayer.top = mouseY;
eLayer.visibility="visible";
}
}
<IFRAME id=avatar border=0 name=avatar src="http://avatarfile.hanmail.net/bin/getavatar?EUSERID=yYr3yCfVtXU0&LOOK=1" frameBorder=0 width=130 scrolling=no height=150>Netscape 7.0 이상을 사용하십시오.
a.avatar:link { color:#797979; text-decoration:none; font-size:9pt;}
a.avatar:visited { color:#797979; text-decoration:none; font-size:9pt;}
a.avatar:hover { color:#000000; text-decoration:none; font-size:9pt;}
<SCRIPT language=javascript>
function popupMyAvatar() {
mname = "";
rurl = "http:///reload.html";
url = "http://mall.avatar.daum.net/cgi-bin/MyAvatar?TYPE=POPUP&MNAME="+mname+"&URL="+rurl;
window.open(url, '', 'toolbar=0,status=0,width=610,height=420,scrollbars=1');
}
//친구 앨범
function popupAlbum(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/popup/i_album_pop.jsp?euserid="+euserid;
window.open(url, 'album_pop', 'toolbar=0,status=0,width=560,height=554,scrollbars=0');
}
//찜목록
function popupZim(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/popup/i_album_pop.jsp?euserid="+euserid;
window.open(url, 'album_pop', 'toolbar=0,status=0,width=560,height=554,scrollbars=0');
}
var onImage, offImage;
var imgSrc;
onImage = new Array();
offImage = new Array();
function MouseOver(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = onImage[index].src;
item.style.color = "#000000";
}
function MouseOut(index,item) {
imgSrc = eval("document.OnOff" + index);
imgSrc.src = offImage[index].src;
item.style.color = "#797979";
}
onImage[1] = new Image();
onImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album1.gif";
onImage[2] = new Image();
onImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy1.gif";
onImage[3] = new Image();
onImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love1.gif";
onImage[4] = new Image();
onImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar1.gif";
offImage[1] = new Image();
offImage[1].src="http://image.hanmail.net/hanmail/cf_img/bbs_album.gif";
offImage[2] = new Image();
offImage[2].src="http://image.hanmail.net/hanmail/cf_img/bbs_buy.gif";
offImage[3] = new Image();
offImage[3].src="http://image.hanmail.net/hanmail/cf_img/bbs_love.gif";
offImage[4] = new Image();
offImage[4].src="http://image.hanmail.net/hanmail/cf_img/bbs_avatar.gif";
//추천 팝업창
function popupRecom(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/event/escaperecom_popup.jsp?euserid="+euserid;
window.open(url, 'recom_pop','');
}
//신청팝업창
function popupapply(euserid) {
url = "http://mall.avatar.daum.net/avatar/member/event/escapeapply_popup.jsp?euserid="+euserid;
window.open(url, 'apply_pop', '');
}
아바타정보|같은옷구입
상품권 선물하기
<IFRAME border=0 marginWidth=0 marginHeight=0 src="/avatar_footer.html" frameBorder=0 width="100%" scrolling=no height=20>