Building the Recordset for an HTML Database Form - Code
(Page 3 of 4 )
These are three more records and the closing tags for the recordset.
<tr id="TR2">
<td>
<table cellspacing="0" cellpadding="0" border="1" class="record">
<tbody>
<tr>
<td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Dial Goldtone Expansion Bracelet Watch" class="title" readonly id="EI20"></td>
</tr>
<tr>
<td width="250" height="120">
<b>Description</b>
<textarea style="width:245px;height:90px" readonly id="EI21" rows="1" cols="20">A mother-of-pearl dial complemented with a goldtone case and bracelet, this Armitron watch makes a versatile addition to any woman's wardrobe.</textarea>
</td>
<td width="250" height="120">
<b>Features</b>
<textarea style="width:245px;height:90px" readonly id="EI22" rows="1" cols="20">Polished goldtone case and bracelet. Stainless steel case back. Goldtone hands and hour markers. Diamond hour marker at 12 o'clock. Mother-of-pearl dial. Japanese quartz movement. Expansion bracelet.</textarea>
</td>
<td rowspan="2" width="212" height="150">
<input type="file" class="file" readonly id="EI23" value="watch3.jpg" style="background-image: url('watch3.jpg')">
</td>
</tr>
<tr>
<td width="250" height="30">
<b>Price($):<b/> <input type="text" value="39.95" readonly id="EI24">
</td>
<td width="250" height="30">
<button type="button">Add to Cart</button>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr id="TR3">
<td>
<table cellspacing="0" cellpadding="0" border="1" class="record">
<tbody>
<tr>
<td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Piccard TT Swarovski Crystal Women's Watch" class="title" readonly id="EI30"></td>
</tr>
<tr>
<td width="250" height="120">
<b>Description</b>
<textarea style="width:245px;height:90px" readonly id="EI31" rows="1" cols="20">Elegantly designed with a two-tone case and bracelet, this Dufonte timepiece is set off by brilliant Swarovski crystal accents lining the bezel.</textarea>
</td>
<td width="250" height="120">
<b>Features</b>
<textarea style="width:245px;height:90px" readonly id="EI32" rows="1" cols="20">Two-tone case and bracelet. Swarovski crystal accents on bezel. Goldtone hands and hour markers. White enamel dial. Mineral crystal. Japanese quartz movement. Jewelry clasp.</textarea>
</td>
<td rowspan="2" width="212" height="150">
<input type="file" class="file" readonly id="EI33" value="watch4.jpg" style="background-image: url('watch4.jpg')">
</td>
</tr>
<tr>
<td width="250" height="30">
<b>Price($):<b/> <input type="text" value="59.95" readonly id="EI34">
</td>
<td width="250" height="30">
<button type="button">Add to Cart</button>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr id="TR4">
<td>
<table cellspacing="0" cellpadding="0" border="1" class="record">
<tbody>
<tr>
<td colspan="3" width="712" height="20" class="name" id="TD00"><input type="text" value="Women's Square Crystal Women's Watch" class="title" readonly id="EI40"></td>
</tr>
<tr>
<td width="250" height="120">
<b>Description</b>
<textarea style="width:245px;height:90px" readonly id="EI41" rows="1" cols="20">Sparkling Swarovski crystals form numbers on a shiny base metal frame making this Dufonte watch a bold fashion statement.</textarea>
</td>
<td width="250" height="120">
<b>Features</b>
<textarea style="width:245px;height:90px" readonly id="EI42" rows="1" cols="20">Base metal case. Sea green dial with crystal markers. Stainless steel water resistant back. Mineral crystal. Japanese quartz movement. Sea green leatherette strap. Tang buckle.</textarea>
</td>
<td rowspan="2" width="212" height="150">
<input type="file" class="file" readonly id="EI43" value="watch5.jpg" style="background-image: url('watch5.jpg')">
</td>
</tr>
<tr>
<td width="250" height="30">
<b>Price($):<b/> <input type="text" value="59.95" readonly id="EI44">
</td>
<td width="250" height="30">
<button type="button">Add to Cart</button>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
For simplicity the buttons have not yet been given any event.
Next: Maximum Number of Records a Web Page Can Have >>
More HTML Articles
More By Chrysanthus Forcha