Changeset 13008
- Timestamp:
- 2007/05/17 21:35:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r13004 r13008 43 43 if(count($data_list) > 0) { 44 44 echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 45 //$func = "fnPutAddress('" . $_GET['input1'] . "','" . $_GET['input2']. "');";46 //$objPage->tpl_onload = "$func";47 //$objPage->tpl_start = "window.close();";48 45 } else { 49 $zip = $_GET['zip01'].$_GET['zip02'] 50 echo "{'MSG':'½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£','ZIP':'$zip'}";46 $zip = $_GET['zip01'].$_GET['zip02']; 47 echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : 'zip'}" ; 51 48 } 52 49 }
Note: See TracChangeset
for help on using the changeset viewer.