

요새 파다코에서 유행하는 것 같은데
가소로워서요 ㅎ
......
죄송
암튼 카드 두장 한도 넘기고 결국 근래는 무통장입금만 했씀...
내일 새로 개원합니다. 이제 소식 끊기면 에스포와르 호 타러 갔다고 생각해주세요



http://detectmobilebrowsers.com/
<script>
function touchHandler(event){
var touches = event.changedTouches,first = touches[0],type = "";
switch(event.type){
case "touchstart":
document.sForm.s.value = first.screenX;
case "touchend":
document.sForm.e.value = first.screenX;
var g=document.sForm.s.value-document.sForm.e.value;
if (g>150){
location.href="이동할곳";
}
if (g<-150){
location.href="이동할곳";
}
default:
}
return false;
}
function init(){
document.addEventListener('touchstart', touchHandler, true);
document.addEventListener('touchmove', touchHandler, true);
document.addEventListener('touchend', touchHandler, true);
document.addEventListener('touchcancel', touchHandler, true);
return false;
}
document.body.onload = init();
</script>
<form name=sForm>
<input type=hidden name=s>
<input type=hidden name=e>
</form>
최근 덧글