TDLMIN.php 646 Bytes
<?php 
//*****************************************************************************
//* 
//* プログラム名:TOP画面(ToDo)
//* プログラムID:TDLMIN.php
//* 機能        :
//* 作成者      :
//* 
//*****************************************************************************

header("Content-type: text/html; charset=EUC-JP");

include("include/session_start.inc");
include("include/SessionChk.inc");

$strDBinc="include/dbcon.inc";
include($strDBinc);

if (empty($srt_mode)){
	$srt_mode = 0;
}

?>
<IFRAME SRC="TDLM01.php?srt_mode=<?php  echo $srt_mode ?>" WIDTH="100%" HEIGHT="72" Frameborder="0" marginwidth="0" marginheight="0"></iframe>