[問題] 請問哪裡有錯誤??是哪裡打錯了嗎??
這是我打的java的內容
function checkname(this_value,it)
{
if(this_value=="")
{alert("您必須輸入姓名!!");
it.focus();
}
}
function checkaddress(this_value,it)
{
if(this_value=="")
{alert("您必須輸入地址!!");
it.focus();
}
}
function checkMobile(this_value,it)
{
if(this_value=="")
{alert("您必須輸入手機!!");
it.focus();
}
}
function checkmail(this_value,it)
{
if(this_value=="")
{alert("您必須輸入E-mail!!");
it.focus();
}
}
function calcnt()
{var bknum,total;
bknum=document.forml.amount.value;
total=bknum*currentMoney;
totalmoney=total; document.form1.money.value=total;
}
function nochange()
{
alert("您不必輸入總金額!!");
document.form1.amount.focus(); -----------它顯示說這一行有錯誤
}
那要改成什麼呢??
實在是看不懂>.<ll
請大家幫我看一下~~
謝謝幫忙~~~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.220.96.215
推
07/18 14:43, , 1F
07/18 14:43, 1F
→
07/18 14:56, , 2F
07/18 14:56, 2F
→
07/18 14:59, , 3F
07/18 14:59, 3F
→
07/18 15:03, , 4F
07/18 15:03, 4F
→
07/18 15:12, , 5F
07/18 15:12, 5F
→
07/18 16:00, , 6F
07/18 16:00, 6F
→
07/18 16:01, , 7F
07/18 16:01, 7F
推
07/18 18:38, , 8F
07/18 18:38, 8F
→
07/18 18:38, , 9F
07/18 18:38, 9F
→
07/20 14:05, , 10F
07/20 14:05, 10F
→
07/20 14:10, , 11F
07/20 14:10, 11F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章