<input name='account' size='4' value=''>
account后面少个引号.<input name='jine' size='6' value='' readonly onclick="if(!isNaN(document.theForm.account.value) && !isNaN(document.theForm.price.value)){document.theForm.jine.value=parseFloat(document.theForm.account.value)*parseFloat(document.theForm.price.value);}else{document.theForm.jine.value='';}"> </td>