WOWpc의 거시기들 위치로그  |  태그  |  방명록
mootools Ajax 사용법
References/JavaScript | 2008/02/21 12:39

2008/02/21 12:39 2008/02/21 12:39
# 방법 1
data를 pars에 담아 POST로 넘긴다.

function
howto_ajax1() {
    var url = 'http://wowpc.net/ajax/test.php'; 

    var pars = {}; 
    pars.test1 = 'test1'; 
    pars.test2 = 'test2'; 
    pars.test3 = 'test3'; 

    new Ajax ( url, { 
        method : 'post',
        data : pars,
        onRequest : function() { 
            // 요청 중 처리할 부분
        },
        onComplete : function(r) { 
            // return되는값은 r 안에 저장되어 있음.
        } 
    }).request();
}

# 방법 2
<form id="form_id"로 되어 있는 폼 안의 데이터를 자동으로 넘긴다.

function howto_ajax2() {

    var url = 'http://wowpc.net/ajax/test.php'; 

    new Ajax ( url, { 
            method : 'post',
            data : pars,
            onRequest : function() { 
            // 요청 중 처리할 부분
        },
        onComplete : function(r) { 
            // return되는값은 r 안에 저장되어 있음.
        } 
    }).request($('form_id'));
}   
크리에이티브 커먼즈 라이센스
Creative Commons License

태그 : ,
트랙백0 | 댓글1
이 글의 관련글(트랙백) 주소 :: http://blog.wowpc.net/trackback/258
아이스 2008/08/25 13:32 L R X
한가지 더..
html폼 자체를 Ajax로 submit 해버리는...

$( "form" ).send(); 명령도 있어요...

[로그인][오픈아이디란?]
아이디 :
비밀번호 :
홈페이지 :
  비밀글로 등록
내용 :
 



[PREV] [1] ... [84][85][86][87][88][89][90][91][92] ... [301] [NEXT]
관리자  |   글쓰기
BLOG main image
거시기하게 살자!!!!
전체 (301)
WOWpc (175)
Taehee (17)
Photos (13)
Coming Soon(순이가 옵니다) (38)
References (56)
아발론 linux 중앙일보 한상균 SeLinux add_date 헛소리 Mnet rsync Recovery 로리즘 너클볼 YTN마이너리포트 야구게임 Tell Me 원더걸스 구글 근조 vista 어머니 iptables 월드컵 your crush heisice 태희 치세 매직카 운명 한글로고 대법원
JavaScript 이벤트들
커맨드 프롬프트를 이쁘게~ (...
짜짜로니의 비밀 (1)
"사과" 방법에 대한 좋은 글
라디오 버튼과 SELECTBOX의 연동
감사합니다^^
07/29 - nhkh417
나 안전하고 믿을 수 있는 겜...
06/19 - 겜신
(핫뉴스)발기부전 남성들의...
04/06 - 크리블랜드
말밥 집에서 편하게 주세요...
03/29 - 조짖아1
아 ㅋㅋ 미치겠다 ㅋㅋㅋ 근...
02/23 - 미사흔
Buy cheap fioricet.
Fioricet.
Wrought iron outdoor patio...
Resin wicker outdoor furnit...
Instructions on how to play...
Learn to play poker.
Shaker furniture.
Shaker style furniture.
Cialis.
Generic cialis.
Total : 431023
Today : 94
Yesterday : 203
믹시
태터툴즈 배너
rss
 
 
 
위치로그 : 태그 : 방명록 : 관리자
WOWpc’s Blog is powered by Tattertools.com / Designed by plyfly.net