<script language="JavaScript"> function fncSum() { if(isNaN(document.productForm.priceOri.value) || document.productForm.priceOri.value == "") { alert('กรุณากรอกราคาต้นทุน'); document.productForm.priceOri.focus(); return(isNaN); } document.productForm.priceStock2.value = (parseInt(document.productForm.priceOri.value) / parseInt(document.productForm.proStock2.value)).toFixed(2); document.productForm.priceStock1.value = (parseInt(document.productForm.priceOri.value)).toFixed(2); document.productForm.priceStock3.value = (parseFloat(document.productForm.priceOri.value) / parseFloat(document.productForm.proStock3.value)).toFixed(2); } </script>
if(parseInt(document.productForm.priceOri.value)<1 || document.productForm.priceOri.value == "") { alert('กรุณากรอกราคาต้นทุน'); document.productForm.priceOri.focus(); return false; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง