Completing Construction of a Database Form with HTML - The Last Two Rows
(Page 4 of 6 )
There has to be consistency between all the rows. This makes the program code that handles the Transmitted table easy to write. It also makes it easy to understand the whole table. These are the last two main rows:
<tr id="TR3">
<td>
<table cellspacing="0" cellpadding="0" border="1">
<tbody>
<tr>
<td colspan="3" id="TD30"><input type="hidden" name="W3" value="W3"><input type="text" name="T30" value="Piccard TT Swarovski Crystal Women's Watch"></td>
</tr>
<tr>
<td id="TD31">
<textarea style="width:245px;height:90px" name="Dn31" 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 id="TD32">
<textarea style="width:245px;height:90px" name="F32" 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" id="TD33">
<input type="file" name="Pi33" value="watch4.jpg">
</td>
</tr>
<tr>
<td id="TD34">
<input type="text" name="Pr34" value="59.95">
</b>
</td>
<td id="TD35">
<input type="text" name="De35" value="ADDED">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr id="TR4">
<td>
<table cellspacing="0" cellpadding="0" border="1">
<tbody>
<tr>
<td colspan="3" id="TD40"><input type="hidden" name="W4" value="W4"><input type="text" name="T40" value="Women's Square Crystal Women's Watch"></td>
</tr>
<tr>
<td id="TD41">
<textarea style="width:245px;height:90px" name="Dn41" 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 id="TD42">
<textarea style="width:245px;height:90px" name="F42" 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" id="TD43">
<input type="file" name="Pi43" value="watch5.jpg">
</td>
</tr>
<tr>
<td id="TD44">
<input type="text" name="Pr44" value="59.95">
</b>
</td>
<td id="TD45">
<input type="text" name="De45" value="ADDED">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br />
<button type="submit" id="Sa1"> Save </button>
</form>
</body>
</html>
Download the images watch1.jpg, watch2.jpg, watch3.jpg, watch4.jpg and watch5.jpg from part nine of the series and save them in the folder with the web page above.
Next: Cgi-bin Directory >>
More HTML Articles
More By Chrysanthus Forcha