Changeset 13008


Ignore:
Timestamp:
2007/05/17 21:35:24 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/input_zip_json.php

    r13004 r13008  
    4343if(count($data_list) > 0) { 
    4444    echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 
    45     //$func = "fnPutAddress('" . $_GET['input1'] . "','" . $_GET['input2']. "');"; 
    46     //$objPage->tpl_onload = "$func"; 
    47     //$objPage->tpl_start = "window.close();"; 
    4845} else { 
    49     $zip = $_GET['zip01'].$_GET['zip02'] 
    50     echo "{'MSG':'½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£','ZIP':'$zip'}"; 
     46    $zip = $_GET['zip01'].$_GET['zip02']; 
     47echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : 'zip'}" ; 
    5148    } 
    5249} 
Note: See TracChangeset for help on using the changeset viewer.