<br>
<table width=
"49%"
cellspacing=
"1"
bgcolor=
"#0093C4"
id='demotable1'><br>
<thead><br>
<tr><br>
<th width=
"3%"
><INPUT name=
"chkAll"
id=
"chkAll"
title=
"全选"
onClick=
"ChkAllClick('delivery[]','chkAll')"
type=
"checkbox"
/></th><br>
<th width=
"8%"
class
=
"STYLE3"
>Item Code</th><br>
<th width=
"12%"
class
=
"STYLE3"
>SKU</th><br>
<th width=
"15%"
class
=
"STYLE3"
>ASIN</th><br>
<th width=
"21%"
class
=
"STYLE3"
>Description</th><br>
<th width=
"12%"
class
=
"STYLE3"
>Type</th><br>
<th width=
"9%"
class
=
"STYLE3"
>Delivery Areas</th><br>
<th width=
"10%"
class
=
"STYLE3"
>Account</th><br>
<th width=
"10%"
class
=
"STYLE3"
>FNSKU</th><br>
</tr><br>
</thead><br>
<tbody><br>
<?PHP<br>
while
(
$row
= mysql_fetch_array(
$result
, MYSQL_ASSOC)) {<br>
?><br>
<tr><br>
<td><input type=
"checkbox"
name=
"delivery[]"
value=
"<?PHP echo $row['id']; ?>"
/></td><br>
<td><?PHP
echo
$row
['item_code'] ?></td><br>
<td><?PHP
echo
$row
['sku'] ?></td><br>
<td><?PHP
echo
$row
['asin'] ?></td><br>
<br>
<br>