Changeset 13155


Ignore:
Timestamp:
2007/05/21 11:07:53 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/js/site.js

    r13154 r13155  
    370370        zip01 = ""; 
    371371        zip02 = ""; 
    372     }elseif(zip01.length >= 3 && zip02.length >= 4){ 
     372    }else if(zip01.length >= 3 && zip02.length >= 4){ 
    373373        //input_zip_json.php¤Ë͹ÊØÈÖ¹æ¤òÁ÷¿®¤·¤ÆÌá¤Ã¤Æ¤­¤¿¥Ç¡¼¥¿¤òfnReturnAddress¤ËÅϤ¹ 
    374374        sendRequest(fnReturnAddress,'&zip01='+zip01+'&zip02='+zip02,'GET','../input_zip_json.php',true,true); 
Note: See TracChangeset for help on using the changeset viewer.