メニュー


  view.php



  
<SCRIPT language="javascript" type="text/javascript">

// **********************************************************
// フィールドのクリア
// **********************************************************
function ClearField(){

	document.getElementsByName("In1001")[0].value = "";
}

// *********************************************************
// フォームのチェック
// *********************************************************
function CheckData() {

	return true;
}

</SCRIPT>


<HTML>
<HEAD>
<META http-equiv="Content-type" content="text/html; charset=Shift_JIS">
<TITLE>PHP 雛形</TITLE>
<STYLE>
	.MyCell {
		background-color:silver;
		height:50;
		width:200;
	}
</STYLE>
</HEAD>
<BODY>

<FORM
	name=frmMain
	method=GET
	onSubmit='return CheckData()'
>

<H1 align=center>メニュー<?= $SendButton ?></H1>

<TABLE border=0 bgcolor=black cellspacing=1 cellpadding=5 width="100%">
<TR>
	<TD class=MyCell><?= $Left[1] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[1] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[1] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[2] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[2] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[2] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[3] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[3] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[3] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[4] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[4] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[4] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[5] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[5] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[5] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[6] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[6] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[6] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[7] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[7] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[7] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[8] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[8] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[8] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[9] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[9] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[9] ?>&nbsp;</TD>
</TR>
<TR>
	<TD class=MyCell><?= $Left[10] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Mid[10] ?>&nbsp;</TD>
	<TD class=MyCell><?= $Right[10] ?>&nbsp;</TD>
</TR>
</TABLE>

<!-- *******************************************************
 画面ID
******************************************************** -->
<INPUT type=hidden name=GNO value="<?= PASS_HEAD ?>">
<INPUT type=hidden name=id value="<?= $_POST['id'] ?>">
</FORM>

</BODY>
</HTML>
  










  infoboard   管理者用   
このエントリーをはてなブックマークに追加





フリーフォントWEBサービス
SQLの窓WEBサービス

SQLの窓フリーソフト

素材

一般WEBツールリンク

SQLの窓

フリーソフト

JSライブラリ