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

This commit is contained in:
zero 2007-04-02 06:42:57 +00:00
parent 9e573df09a
commit cf8e6380e9
11 changed files with 258 additions and 39 deletions

View file

@ -8,6 +8,16 @@ function completeInsert(ret_obj, response_tags, args, fo_obj) {
location.href = location.href.setQuery('act','');
}
/* 정보 수정 */
function completeModify(ret_obj, response_tags, args, fo_obj) {
var error = ret_obj['error'];
var message = ret_obj['message'];
alert(message);
location.href = location.href.setQuery('act','dispMemberInfo');
}
/* 로그인 후 */
function completeLogin(ret_obj) {
var url = location.href.setQuery('act','');