Changeset 12987


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

Legend:

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

    r12985 r12987  
    77 
    88require_once("./require.php"); 
    9 //header("Content-Type: text/json; charset=utf-8"); 
     9//header("Content-Type: text/json; charset=euc-jp"); 
    1010class LC_Page { 
    1111    var $tpl_state; 
     
    5656// ͹ÊØÈֹ椬ȯ¸«¤µ¤ì¤¿¾ì¹ç 
    5757if(count($data_list) > 0) { 
    58     mb_http_output ( 'UTF-8' ); 
    5958    echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 
    6059    //$func = "fnPutAddress('" . $_GET['input1'] . "','" . $_GET['input2']. "');"; 
     
    6261    //$objPage->tpl_start = "window.close();"; 
    6362} else { 
     63    echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 
    6464    $objPage->tpl_message = "³ºÅö¤¹¤ë½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£"; 
    6565} 
Note: See TracChangeset for help on using the changeset viewer.