function popupMyAvatar() { mname = "%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C"; rurl = "http://cafe198.daum.net/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=402,scrollbars=1'); } //친구 앨범 function popupAlbum() { mname = "%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C"; rurl = "http://cafe198.daum.net/reload.html"; url = "http://mall.avatar.daum.net/cgi-bin/ViewFriendAlbum?TYPE=POPUP&EUSERID=U8GGtnDoy4g0&MNAME="+mname+"&URL="+rurl; window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1'); } //찜목록function popupZim() { url = "http://mall.avatar.daum.net/cgi-bin/ViewFriendWishList?TYPE=POPUP&EUSERID=U8GGtnDoy4g0&MNAME=%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C&URL=http://cafe198.daum.net/reload.html" window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1');}1
끝까지 읽어보세요...엄청 재미나요..
function popupMyAvatar() {
mname = "%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C";
rurl = "http://cafe198.daum.net/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=402,scrollbars=1');
}
//친구 앨범
function popupAlbum() {
mname = "%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C";
rurl = "http://cafe198.daum.net/reload.html";
url = "http://mall.avatar.daum.net/cgi-bin/ViewFriendAlbum?TYPE=POPUP&EUSERID=U8GGtnDoy4g0&MNAME="+mname+"&URL="+rurl;
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1');
}
//찜목록
function popupZim() {
url = "http://mall.avatar.daum.net/cgi-bin/ViewFriendWishList?TYPE=POPUP&EUSERID=U8GGtnDoy4g0&MNAME=%EB%A9%8B%EC%9F%81%EC%9D%B4%EA%B9%80C&URL=http://cafe198.daum.net/reload.html"
window.open(url, '', 'toolbar=0,status=0,width=610,height=402,scrollbars=1');
}