サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post"><input type="button" name="sample_bu" value="クリック">
<input type="submit">
</form>
サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post">
<input type="checkbox" name="sample_bo1" value="40over" checked>体重40以上<br>
<input type="checkbox" name="sample_bo2" value="50over">体重50以上<br>
<input type="checkbox" name="sample_bo3" value="60over">体重60以上<br>
<input type="submit">
</form>
サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post">
<input type="radio" name="sample_ra" value="40over" checked>体重40以上<br>
<input type="radio" name="sample_ra" value="50over">体重50以上<br>
<input type="radio" name="sample_ra" value="60over">体重60以上<br>
<input type="submit">
</form>
サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post">
<input type="password" name="sample_pw" value="html" size="12" maxlength="10"><br>
<input type="submit">
</form>
サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post">
<input type="text" name="sample_te" value="html" size="12" maxlength="10"><br>
<input type="submit">
</form>
サンプル表示結果
サンプルソース(source)
<form action="mailto:info_ehtml@aofp.net" method="post">
<input type="file"><br>
<input type="submit" value="送信">
</form>