<script language="javascript"> function ListType(SelectValue) { if(SelectValue !="") window.location.href="product_attib.php?id_type="+SelectValue; } </script> </head> <body> <?php if(isset($_GET['del'])) { mysql_query("delete from product_kind where kid='".$_GET['del']."'"); echo"<script>window.location.href='product_kind.php';</script>"; } include("banner.inc.php"); include("topmenu.inc.php"); ?> <table width="1000" height="680" border="0" align="center" cellpadding="0" cellspacing="3" bgcolor="#FFFFFF"> <tr> <td width="250" valign="top"> <?php include("leftmenu.inc.php"); ?> <p> </p> <p> </p></td> <td width="750" valign="top" class="borderdot"> <p align="center" class="style3">เพิ่มรายละเอียดเพิ่มเติม</p> <form id="form1" name="form1" method="post" action="add_product_kind_succ.php"> <table width="600" border="0" cellspacing="0" cellpadding="0" align="center"> <tr class="table_title"> <td colspan="2"> </td> </tr> <tr class="tr_even"> <td width="127" height="26">ประเภทสินค้า</td> <td width="473"> <select name="type_name" onchange="ListType(this.value)"> <option selected="selected">---กรุณาเลือก---</option> <? $sql_type = "select * from product_type"; mysql_query('SET NAMES UTF8'); $result_type = mysql_query($sql_type)or die(mysql_error()); while($row = mysql_fetch_array($result_type)) { ?> <option value="<? echo $row['id_type']?>" <? if($row['id_type']==$id_type) echo 'selected'?>> <? echo $row['type_name']?> </option> <? } ?> </select> <input type="hidden" name="id_type" /></td> </tr> <tr class="tr_even"> <td height="26">ชนิดสินค้า</td> <td> <label> </label> <label> <select name="kind_name"> <option value="0" selected="selected">---กรุณาเลือก---</option> <? if(isset($id_type)) { $sql_show = "SELECT kid,kind_name,id_type FROM product_kind WHERE id_type and id_type=$id_type "; $result_show = mysql_query($sql_show) or die(mysql_error()); while($rs=mysql_fetch_array($result_show)){ ?> <option value="<? echo $rs['kid']?>" <? if($rs['kid']==$kid) echo 'selected'?>> <? echo $rs['kind_name']?> </option> <? } } ?> </select> </label></td> </tr> <tr class="tr_even"> <td height="26">รายละเอียดเพิ่มเติม</td> <td><label> <input type="text" name="attib_name" id="textfield" /> </label></td> </tr> <tr class="table_title"> <td> </td> <td><input type="submit" name="save" value="บันทึก" /></td> </tr> </table> </form> <?php </td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง