今日は代引きページの修正
時間がちょっとかかりましたが・・・・
大体こんな感じになりましたね。
代引きのページは見た目は完成しましたがプログラムのほうはもう少しかかりそうなので・・・・・
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<h2>画像をクリックするとそれぞれのページ にとびますwww</h2>
<p align="center"><a href="top.html"><img src="image/Top.jpg " alt="top"/>
<a href="form.html"><img src="image/おちゃ缶.jpg " alt="おちゃ缶"/>
<a href="praiz.html"><img src="image/プライズ商品.png " alt="プライズ"/></a></p>
<h1>代金引換</h1>
</head>
<body>
<p><br>マんタ商店 株式会社 </p>
<p><br>商品名:○○○○○○○
<br><br>金額:<td class="right"><input type="text" name="shiharai" value="0" size="18" class="right">円</td>
<th colspan="2" class="left"><br><br>手数料</th>
<td class="right"><select name="nedan">
<option value="nedan">値段を選んでください</option>
<option value="nedan">500円~10000円/500円</option>
<option value="nedan">10001円~50000円/1000円</option>
<option value="nedan">50001円~100000円/2000円</option></select>
<th colspan="4" class="right"><br><br><strong>支払合計</strong></th>
<td class="right"><input type="text" name="shiharai" value="0" size="18" class="right">円</td>
</tr> </p>
<script type="text/javascript>
<!--
function shuukei(){
document.fome1.shiharai.value=parseInt(document.form1.sum1.value)+parseInt(document.form1.sum2.value)+parseInt(document.form1.sum3.value)+sou+nedan:
}
-->
</script>
<p><br></p>
<h3>(ご注文ありがとうございます。到着まで金額を用意してお待ちください!!!) </h3>
</body>
</html>
今のところここまで修正&改良中www
ここまでご覧いただきありがとうございました。
BYマんタ