document.write("<style type=\"text/css\">dl.input_samp{margin:1em 0;} dl.input_samp dt{border-top:1px dotted #333; border-bottom:1px dotted #333;} dl.input_samp dd{margin:.5em 0 .5em 1.5em;} dl.input_samp dt strong{border:none; color:#222;}</style>");
document.write("<form action=\"input#samp\">");
document.write("<dl class=\"input_samp\">");
document.write("<dt>■<strong>汎用押しボタン</strong></dt>");
document.write("<dd>");
document.write("<input type=\"button\" value=\"プッシュ！\" onclick=\"alert('ようこそ！');\" />");
document.write("</dd>");
document.write("<dt>■<strong>チェックボックス</strong></dt>");
document.write("<dd>");
document.write("Q1, 普段利用している検索エンジンを教えてください（複数回答可）。<br />");
document.write("<input type=\"checkbox\" name=\"search\" value=\"yahoo\" checked=\"checked\" />Yahoo!");
document.write("<input type=\"checkbox\" name=\"search\" value=\"google\" />Google");
document.write("<input type=\"checkbox\" name=\"search\" value=\"goo\" />goo");
document.write("<input type=\"checkbox\" name=\"search\" value=\"infoseek\" />infoseek");
document.write("</dd>");
document.write("<dt>■<strong>ファイル参照欄</strong></dt>");
document.write("<dd>");
document.write("添付ファイル：<input type=\"file\" name=\"select-file\" />");
document.write("</dd>");
document.write("<dt>■<strong>隠し項目</strong></dt>");
document.write("<dd>");
document.write("隠し項目だから見えない！<input type=\"hidden\" name=\"need\" value=\"comment\" />");
document.write("</dd>");
document.write("<dt>■<strong>イメージボタン</strong></dt>");
document.write("<dd>");
document.write("<input type=\"image\" name=\"go\" width=\"64\" height=\"64\" src=\"../../img/button.gif\" alt=\"送信\" />");
document.write("</dd>");
document.write("<dt>■<strong>パスワード入力欄</strong></dt>");
document.write("<dd>");
document.write("認証番号：<input type=\"password\" name=\"password\" value=\"\" size=\"12\" maxlength=\"8\" />");
document.write("</dd>");
document.write("<dt>■<strong>ラジオボタン</strong></dt>");
document.write("<dd>");
document.write("Q2, 他サイトをフレーム内に表示するようなリンクは失礼だと思いますか（単一回答）。<br />");
document.write("<input type=\"radio\" name=\"enquete\" value=\"answer1\" checked=\"checked\" />とてもそう思う");
document.write("<input type=\"radio\" name=\"enquete\" value=\"answer2\" />そう思う");
document.write("<input type=\"radio\" name=\"enquete\" value=\"answer3\" />どちらとも思わない");
document.write("<input type=\"radio\" name=\"enquete\" value=\"answer4\" />そうは思わない");
document.write("</dd>");
document.write("<dt>■<strong>リセットボタン</strong></dt>");
document.write("<dd>");
document.write("<input type=\"reset\" value=\"リセット\" />");
document.write("</dd>");
document.write("<dt>■<strong>送信ボタン</strong></dt>");
document.write("<dd>");
document.write("<input type=\"submit\" value=\"送信する\" />");
document.write("</dd>");
document.write("<dt>■<strong>テキスト入力欄</strong></dt>");
document.write("<dd>");
document.write("住所：<input type=\"text\" name=\"address\" size=\"40\" value=\"\" maxlength=\"80\" />");
document.write("</dd>");
document.write("<dd>");
document.write("読み取り専用：<input type=\"text\" name=\"reading\" size=\"40\" value=\"フォーカスできないよ！\" readonly=\"readonly\" />");
document.write("</dd>");
document.write("</dl></form>");

