TOP000_1.php
822 Bytes
<?php
//*****************************************************************************
//*
//* プログラム名:TOP画面(メモ帳)
//* プログラムID:TOP000_1.php
//* 機能 :
//* 作成者 :
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
include("include/session_start.inc");
include("include/SessionChk.inc");
$strDBinc="include/dbcon.inc";
include($strDBinc);
?>
<!--
<TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffffff border=0>
<TR>
<TD><IFRAME SRC="TOP000_2.php?seq=<?php echo $seq ?>" WIDTH="100%" HEIGHT="72" Frameborder="0"></iframe></TD>
</TR>
</TABLE>
-->
<IFRAME SRC="TOP000_2.php?seq=<?php echo $seq ?>" WIDTH="100%" HEIGHT="72" Frameborder="0" marginwidth="0" marginheight="0"></iframe>