ファイルマネージャー06
----------------------------------------------------------------------------------------
<HTML>
<HEAD>
<TITLE>電子私書箱</TITLE>
<META http-equiv="Content-Type" content="text/html;
charset=Shift_JIS">
<style type=text/css>
*{ font-family:Osaka,palatino, georgia,"MS Pゴシック",verdana,arial,sans-serif;
line-height:120%; }
</style>
</HEAD>
<body>
<h1>電子私書箱</h1>
<!-- ● 電子私書箱フォーム ここから -->
<form name="Dummy">
<table border=1 cellpadding=5 cellspacing=0><tr><td>
<table>
<tr>
<td>ログインネーム</td>
<td><input type=input name=ID size=20 style="ime-mode:
disabled"></td>
</tr>
<tr>
<td>パスワード</td>
<td><input type=password name=PW size=15></td>
</tr>
<tr>
<td colspan=2 align=right>
<SCRIPT language="JavaScript">
<!--
document.write('<input type=button value=" ロ グ イ ン "
onClick="sendForm()">');
//-->
</SCRIPT>
<NOSCRIPT>
<font color=red>JavaScriptを有効にしてください</font>
</NOSCRIPT>
</td>
</tr>
<tr>
<td colspan=2 align=right><a href="pobox.cgi?action=new"
target="pobox" onClick="panelOpen('pobox')">新規登録</a></td>
</tr>
<tr>
<td colspan=2 align=right><a href="pobox.cgi?action=forgot"
target="pobox"
onClick="panelOpen('pobox')">パスワードを忘れたら</a></td>
</tr>
</table>
</td></tr><table>
</form>
<form action="pobox.cgi" method="post" target="pobox"
name="LoginForm">
<input type=hidden name=action value=login>
<input type=hidden name=ID>
<input type=hidden name=PW>
</form>
<SCRIPT language="JavaScript">
<!--
function sendForm()
{ document.LoginForm.ID.value = document.Dummy.ID.value;
document.LoginForm.PW.value = document.Dummy.PW.value;
document.Dummy.ID.value = ''; // ログイン後にログインネーム域はクリアしない場合にコメントアウト(頭に//)する
document.Dummy.PW.value = '';
panelOpen('pobox');
document.LoginForm.submit(); }
function panelOpen(loc)
{ Opt =
"location=no,status=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500";
// 電子私書箱の画面サイズ
win = window.open("",loc,Opt); }
//-->
</SCRIPT>
<!-- ● 電子私書箱フォーム ここまで -->
</body>
</html>
----------------------------------------------------------------------------------------