This is the implementation of the Select default selection for the extended yibing
Copy CodeThe code is as follows:
Value= "1" > Residences Value= "2" > Office Value= "3" > Business Room Value= "4" > Plant Value= "5" > Warehouse Value= "6" > Plots Value= "7" > Complex building Value= "8" > Farm Value= "9" > Business House Value= "Ten" > Hotel Restaurant Value= "One" > School
Radio The default selection implementation of the Radio box
Copy CodeThe code is as follows:
> Blank
> Sell
> Transfer
> Collective
default selection implementation of the CheckBox check box
Copy CodeThe code is as follows:
>Furniture
Name= "Fujia_chuju" type= "checkbox" value= "Chuju" >Kitchenware
Name= "Fujia_woju" type= "checkbox" value= "Woju" >Bedding
Name= "Fujia_tv" type= "checkbox" value= "TV" >Tv
http://www.bkjia.com/PHPjc/327926.html www.bkjia.com true http://www.bkjia.com/PHPjc/327926.html techarticle This is the implementation method of the Select default selection for the extended yibing copy code code as follows: Select Name= "wuyeleixing" size= "1" option? PHP if ($myrow [wuyeleixing]==1) Echo ("selected");? Value ...