<html> <head> <title>test calculator</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script language="javascript"> function fncCreateElement() { var intLine = parseInt(document.form1.hdnLine.value); intLine++; var theTable = document.getElementById("tbl"); var newRow = theTable.insertRow(theTable.rows.length) newRow.id = newRow.uniqueID var newCell //*** Column 1 ***// newCell = newRow.insertCell(0); newCell.id = newCell.uniqueID; newCell.setAttribute("className", "fgh"); newCell.innerHTML = "<left><INPUT TYPE=\"TEXT\" SIZE=\"60\" CLASS=\"STYLE2\" NAME=\"pro"+intLine+"\" ID=\"pro"+intLine+"\" VALUE=\"\"></left>"; //*** Column 2 ***// newCell = newRow.insertCell(1); newCell.id = newCell.uniqueID; newCell.setAttribute("className", "fgh"); newCell.innerHTML = "<left><INPUT TYPE=\"TEXT\" SIZE=\"20\" CLASS=\"STYLE2\" NAME=\"pri"+intLine+"\" ID=\"pri"+intLine+"\" VALUE=\"\"></left>"; //*** Column 3 ***// newCell = newRow.insertCell(2); newCell.id = newCell.uniqueID; newCell.setAttribute("className", "fgh"); newCell.innerHTML = "<left><INPUT TYPE=\"TEXT\" SIZE=\"10\" CLASS=\"STYLE2\" NAME=\"amo"+intLine+"\" ID=\"amo"+intLine+"\" VALUE=\"\"></left>"; document.form1.hdnLine.value = intLine; } function RemoveRow() {if(document.form1.hdnLine.value > 1){ var intLine = parseInt(document.form1.hdnLine.value); if(parseInt(intLine) > 0) { theTable = document.getElementById("tbl"); theTableBody = theTable.tBodies[0]; theTableBody.deleteRow(intLine); intLine--; document.form1.hdnLine.value = intLine; } } } </script> </head> <body> <form name="form1" method="post" action="" onSubmit="return checkdata()"> <table border="1" cellpadding="0" cellspacing="0" id="tbl"> <tr> <td align="center" bgcolor="#CCCCCC" class="style2">Product Name </td> <td align="center" bgcolor="#DFDFDF" class="style2">Price ฿ : 1 piece</td> <td align="center" bgcolor="#CCCCCC" class="style2">Amount</td> </tr> <tr> <td align="left" class="style2"><input name="pro1" type="text" class="style2" id="pro1" size="60"></td> <td align="left" class="style2"><input name="pri1" type="text" class="style2" id="pri1" size="20"></td> <td align="left" class="style2"><input name="amo1" type="text" class="style2" id="amo1" size="10"></td> </tr> </table><input name="hdnLine" type="hidden" value="1"> <input name="adrow" type="button" class="style2" id="adrow" value=" + " onClick="fncCreateElement();"> <input name="rerow" type="button" class="style2" id="rerow" value=" - " onClick="RemoveRow();"> <br> <label>Product List Price <? for($i=1;$i<=$_POST["hdnLine"];$i++) {$sum = $_POST["pri$i"]*$_POST["amo$i"]; echo "[$sum] "; $total = array($sum,); } ?> <br> <? echo "Total $total"; ?> </label> <br> <input name="Submit" type="submit" class="style2" value="="> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง