dim frmtmp
set frmtmp=document.form1
if (frmtmp.textfield.value="")or( frmtmp.textfield2.value="")or(frmtmp.textfield3.value="")or(frmtmp.textfield5.value="")or(frmtmp.textfield6.value="")or(frmtmp.textfield7.value="") then
msgbox "带*的不能为空!"
else
frmtmp.submit
end if
能不能把三四两句用什么办法精简一下
请各位高手帮帮忙~~~~