묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
클릭시 포인트 증가 시키기..
2013.06.24 18:05
< form method = "post" action = "" > < input type = "hidden" name = "pointMore" value = "100" /> < button type = "submit" >Point+100</ button > </ form > < form method = "post" action = "" > < input type = "hidden" name = "pointMore" value = "-100" /> < button type = "submit" >Point-100</ button > </ form > < block cond = "$pointMore" > {@ $oPointController = &getController('point'); $oPointController->setPoint($logged_info->member_srl,$pointMore, 'add'); } </ block >
위와같이.... 버튼으로 하는건 알겠는데... 버튼으로 하면 새로고침이 되버려서.. |
새로고침없이 div나 img태그에 연결이 가능한가요??
쿡래빗 님께서 소스를 꽤 다룰 줄 아는 걸로 알고 있어서 ^^
이 기회에 게시판 스킨의 추천 관련된 소스를 한번 분석해보세요
doCallModuleAction 을 이용하시면 됩니다. 상황에 따라 함수를 하나 추가해야할 수는 있지만..