<td> <select name="category" style="width:165" onChange="Category(this.value)"> <option value="">-Chọn nhóm sản phẩm-</option> <?php CategoryParent($_GET['category'], menu_product); ?> </select> </td> </tr> <tr > <td> <div id="showSubCategory"> <select name="subCategory" style="width:165" > <option value="">---Chọn tất cả--</option> <?php echo Category($_GET['subCategory'], $_GET['category'], menu_product); ?> </select> </div> </td> </tr> <tr> <td align="left"> <input type="text" name="KeyWord" value="Từ khóa" size="15" onfocus="this.value=''" > <input type="submit" name="button" id="button" value="Tìm"></td> </tr> </form> </table> <div style="font-size: 1px; height: 2px;"></div>
<select name="category" id="inputRegister" onChange="Category(this.value)"> <option value="">---Chọn nhóm sản phẩm---</option> <?php CategoryParent($row['category'], menu_product); ?> </select> </td> </tr> <tr > <td height="28"><div align="right"> Thuộc loại: </div></td> <td> <div id="showSubCategory"> <select name="SubCategory" id="inputRegister" > <option value="">---Chọn tất cả--</option> <?php echo Category($row['subCategory'], $row['category'], menu_product); ?> </select> </div> </td> </tr> <tr > <td width="150" height="28"><div align="right"><?php echo $require; ?> Giá: </div></td> <td width="600"> <input type="text" name="price" value="<?php echo $row['price']; ?> " size="10"> </td>
<select name="category" id="inputRegister" onChange="Category(this.value)"> <option value="">---Chọn nhóm sản phẩm---</option> <?php CategoryParent($row['category'], menu_anh); ?> </select> </td> </tr> <tr > <td height="28"><div align="right"> Thuộc loại: </div></td> <td> <div id="showSubCategory"> <select name="SubCategory" id="inputRegister" > <option value="">---Chọn tất cả--</option> <?php echo Category($row['subCategory'], $row['category'], menu_anh); ?> </select> </div> </td> </tr> <tr > <td height="27"><div align="right"> Hình ảnh: </div> </td> <td> <input name="picture_hidden" type="hidden" value="<?php echo $row['picture']; ?> " /> <input name="picture_hidden2" type="hidden" value="<?php echo $row['picture2'];