<table width="1150" id="Table-main" > <tr> <td width="5%" align="center">ลำดับที่ </td> <td width="40%" align="center">SKU </td> <td width="35%" align="center">Batch Size</td> <td width="10%" align="center">Add</td> <td width="1%" align="center">View</td> <td width="1%" align="center">Edit</td> <td width="1%" align="center">Delete</td> </tr> <? $c=0; while($Re_SQL = mysql_fetch_array($Query)) {$c++; ?> <tr> <td align="center"><? echo $c; ?></th> <th align="Center"><?php echo $Re_SQL["SKU"];?></th> <th align="Left"><?php echo $Re_SQL["Batch_size_1"];?> X <?php echo $Re_SQL["Batch_size_2"];?> (<?php echo $Re_SQL["Batch_size_3"];?>)</th> <th align="center"><a id="View" class="various iframe" href='FormSelect_Material4.php?ID_Product=<? echo $Re_ID ?>&ID_Pack=<?php echo $Re_SQL["ID_Pack"];?>&Type_Formula=1'> <img class="pic"src="style/Add.png"/></a></th> <th align="center"><a href="#" class="show_hide">Show/hide</a></th> <th align="center"><a id="View" class="various iframe" href='FormDelete_Material.php?ID_Pack=<?php echo $Re_SQL["ID_Pack"];?>'> <img class="pic"src="style/Edit.png"/></a></th> <th align="center"><a id="delete" class="various iframe" href='DeletePack.php?ID_Pack=<?php echo $Re_SQL["ID_Pack"];?>'> <img class="pic"src="style/Delete.png"/></a></th> </tr> ---------------------------------------- จะซ่อนตั้งแต่ตรงนี้จนถึงข้างล่าง อ่ะครับ ----------------------------------------------------- <tr> <td width='5%'><div align='center'>ลำดับ </div></td> <td width='40%'><div align='center'>Name Material </div></td> <td width='15%'><div align="center">Code Material </div></td> <td width='20%'><div align="center">Quantity Material </div></td> <td width='10%'><div align='center'>Type</div></td> <td width='10%'><div align="center">Class</div></td> </tr> <? //----- เอาฟิว คีย์ ของ table หลัก มา join กับ คีย์ของ table รอง $SQL_c = "SELECT * FROM Pack_material inner join material_last WHERE Pack_material.ID_Pack= ".$Re_SQL["ID_Pack"]." AND Pack_material.ID_Material = material_last.ID_Material ORDER BY Name ASC "; $Query_c = mysql_query($SQL_c) or die ("Error Query [".$SQL_c."]"); $num_c = mysql_num_rows($Query_c); if($num_c > 0) // ตรวจสอบว่ามีไฟล์หรือเปล่า { $z=0; while($Re_SQL_c = mysql_fetch_array($Query_c)) // ถ้ามีไฟล์ คิวรีออกมา {$z++; ?> <tr> <th><div align="center"><? echo $z; ?></div></td> <th><div align="Left"><?php echo $Re_SQL_c["Name"];?></div></th> <th><div align="center"><?php echo $Re_SQL_c["Code"];?></div></th> <th><div align="center"><?php echo $Re_SQL["Batch_size_1"];?> X <?php echo $Re_SQL_c["Quantity"];?></div></th> <th><div align="center"><?php echo $Re_SQL_c["Type"];?></div></th> <th><div align="center"><?php echo $Re_SQL_c["Class"];?></div></th> </tr> <? } }else { echo '<tr> <th>---</td> <th>---</th> <th>---</th> <th>---</th> <th>---</th> <th>---</th> </tr>'; } } ?> </table>
<!--------- Show/Hide -------------------------> <script language="javascript"> <!-- var state = 'none'; function showhide(layer_ref) { if (state == 'block') { state = 'none'; } else { state = 'block'; } if (document.all) { //IS IE 4 or 5 (or 6 beta) eval( "document.all." + layer_ref + ".style.display = state"); } if (document.layers) { //IS NETSCAPE 4 or below document.layers[layer_ref].display = state; } if (document.getElementById &&!document.all) { hza = document.getElementById(layer_ref); hza.style.display = state; } } //--> </script> <!--------- Show/Hide -------------------------> for(I=0;$I<10;$I++){ <a onclick="showhide('divs<?=$i?>show/hide</a> <div id="divs<?=$i?>" style="display:none;"></div> }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง