Html to CGI |
会員認証 | TOP画面 | サンプルプログラム | 設定+管理画面 | |
パスワード | |
---|---|
<html> <head> <meta name="content-language" content="ja"> <meta http-equiv="content-type" content="text/html; charset=x-sjis"> <title>Html to CGI サンプルプログラム - 会員認証</title> <style type="text/css"> body {margin:0 0 0 0;;color:black;background-color:white} th {color:white;text-align:right;font-size:16px} td {color:black;font-size:16px} a {color:gold;text-decoration:none} a:hover {color:red;text-decoration:none} </style> </head> <body> <table border="0" width="300" cellpadding="1" cellspacing="2"> <tr><form method="POST" name="cr" action="htm2.cgi"> <th width="145" bgcolor="#99b4b4" nowrap> 会員 ID </th> <td width="150" bgcolor="#eeeeee"> <input name="id" type="text" size="15"></td> </tr> <tr> <th width="145" bgcolor="#99b4b4" nowrap> パスワード </th> <td width="150" bgcolor="#eeeeee"> <input name="pass" type="password" size="15"></td> </tr> <tr> <td colspan="2" align="center"><br> <input type="hidden" name="preview" value="2"> ※1 <input type="hidden" name="save" value="-"> ※2 <input type="hidden" name="fini" value="006"> ※3 <input type="hidden" name="pf" value="005"> ※4 <input type="hidden" name="resp" value="../order.html"> ※5 <input type="submit" name="submit" value=" 送信 "> </form></td> </tr> </table> </body> </html>※1 入力内容確認ページなし