Example #1
0
	   <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>
Example #2
0
		<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:&nbsp;&nbsp;</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á:&nbsp;&nbsp;</div></td>
	   <td width="600">
	    <input type="text" name="price"  value="<?php 
        echo $row['price'];
        ?>
"   size="10">   </td>
Example #3
0
		<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:&nbsp;&nbsp;</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:&nbsp;&nbsp; </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'];