<HTML> <HEAD> <TITLE> ::: โปรแกรมคำนวณเปรียบเทียบราคาบ้านหลายหลัง ::: </TITLE> <script> var name = new Array(); for(var i=1; i<=2; i++) { name[i] = document.myform.name[i].value; } function callme() { document.myform.interate1.value = name[1]; } </script> </HEAD> <BODY bgcolor="#FFCCFF"> <hr width = 100% size = "50%" color = "#CC99FF"> <br> <center><h2><font color = "#6600FF">โปรแกรมคำนวณเปรียบเทียบบ้านหลายหลัง</font></h2></center> <h3> **** กรอกรายละเอียดของบ้านนและดอกเบี้ย ****</h3><br> <form action = "calPath1.php" method = "POST"> จำนวนบ้านที่ต้องการเปรียบเทียบ <input type = "text" name = "numhome" > หลัง<input type = "submit" Name = "OK" Value="OK" ><br><br> <TABLE border = 1 cellspacing = "3" cellpadding = "3"> </form> <form action = "./showdata.php?numhome=<?=$numhome?>" method = "POST"> <? for($i=1; $i<=$numhome; $i++) { ?> <TR> <TD> <? echo "บ้านหลังที่ $i ชื่อบ้าน " ?><input type = "text" Name ="nameh[<?=$i?>]" ><TD>ราคา <input type ="text" Name = "price[<?=$i?>]" >บาท <TD>ขนาดของบ้าน <input type = "text" Name = "size[<?=$i?>]" > ตารางวา </TR> <? } ?> <br> <TR> <TD>เงินดาวน์ <input type = "text" Name = "mdown" Value = "" size = "10"> บาท <TD>เงินดาวน์ขั้นต่ำ <input type ="text" Name = "minmdown" Value = " " size = "8" > บาท </TR> <TR> <TD>ช่วงเงินที่สามารถผ่อนได้ <input type = "text" Name = "can" Value = "" size = "8" > บาท </TR> </TABLE><br> <input type = "submit" Value = "แสดงรายละเอียดการกรอกข้อมูล"> </form> <h3> ****กรอกรายละเอียดของสินเชื่อ****</h3> <form name="myform"> <table border = "1" cellspacing = "4" cellpadding = "6"> <tr> <td colspan = "2">ชื่อสินเชื่อ คือ<input type = "text" Name = "namecredit" > <td colspan = "3"><input type="button" onclick="callme()" value="click me" /> </tr> <? $link = mysql_connect("localhost", "root", "555555"); if(!$link) { echo "error"; } mysql_select_db("devtraining",$link); $name; $i = 1; $cmd = "select name from user"; $result = mysql_query($cmd); $num = mysql_num_rows($result); while($row = mysql_fetch_row($result)) { $name[$i] = $row[0]; $i++; } for($i=1; $i<=$num; $i++) { ?> <input type="hidden" name="name[<?=$i?>]" > <? } ?> <tr> <td>ปีที่ 1<td><td>อัตราดอกเบี้ย <input type = "text" Name = "interate1"> % ต่อปี </tr> <tr> <td>ปีที่ 2<td><td> อัตราดอกเบี้ย <input type = "text" Name = "interate2"> % ต่อปี </tr> <tr> <td>ปีที่ 3<td><td>อัตราดอกเบี้ย <input type = "text" Name = "interate3"> % ต่อปี </tr> <tr> <td>ปีต่อไป<td><td>อัตราดอกเบี้ย <input type = "text" Name = "interate4"> % ต่อปี </tr> </table> </form> </BODY> </HTML>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง