git-svn-id: http://xe-core.googlecode.com/svn/trunk@1641 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-18 07:10:48 +00:00
parent 3a01cf8eac
commit a453857dd8
12 changed files with 123 additions and 1 deletions

View file

@ -20,6 +20,16 @@ function completeModify(ret_obj, response_tags, args, fo_obj) {
location.href = current_url.setQuery('act','dispMemberInfo');
}
/* 회원 탈퇴 */
function completeLeave(ret_obj, response_tags, args, fo_obj) {
var error = ret_obj['error'];
var message = ret_obj['message'];
alert(message);
location.href = current_url.setQuery('act','');
}
/* 이미지 업로드 */
function _doUploadImage(fo_obj, act) {
// 업로드용 iframe을 생성