<meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <? if(!isset($price)){ $price=0;} if($price>=5000){$check=1; } else if($price>=0&&$price<5000) {$check=2;} ?> <form id="form1" name="form1" method="post" action="program1.php" onsubmit="return checkform(this);"> ลูกค้าซื้อสินค้าเป็นเงิน <input name="price" type="text" id="money" value="<?=$price?>" /> บาท <input name="Submit" type="submit" id="Submit" value="ตรวจสอบ" /> </form> <? if(isset($price)){ $discount=$price*0.03; $netprice=$price-$discount; echo "ลูกค้าซื้อสินค้าเป็นเงิน ".$price." บาท<br>"; if($check==1){ echo "ส่วนลด 3% ".$discount." บาท<br>"; echo "ราคาสุทธิ ".$netprice." บาท<br>";} else if($check==2){ echo "ราคาสุทธิ ".$price." บาท<br>";} } ?> <script language="JavaScript" type="text/javascript"> function checkform (form1) { if (!isValid(form1.price.value )) { alert ("โปรดใส่จำนวนเงินให้ถูกต้อง"); return false; } else{ return true; } } function isValid(str) { var charAccept ="0123456789"; for(i=0;i<str.length;i++) { if(charAccept.indexOf(str.charAt(i))==-1) return false; } return true; } </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง