|
Add-On Components for FlashCONNECT cont'd.
|
Note : These pages are
no longer active. Please reset your bookmarks and visit our current Products
page.
Sample 2
This HTML template is an alternative to those in Sample
1.
salesorder2.htm
<html>
<head><title>##title##</title></head>
<body>
<center>Big Computer Company</center>
<table border=1 bgcolor="#cccccc">
<tr>
<td colspan=3 align=center>Sales Order</td>
<td>Order ##orderid##</td>
<td>Ship Date : ##shipdate##</td>
<td>Order Total : <!--total-->##total##<!--/total--></td>
</tr>
<tr>
<td colspan=3>
<table> <!-- starting a nested table here for the detail -->
<tr>
<td>Line#</td>
<td>Prod ID</td>
<td>Description</td>
<td>Qty</td>
<td>Amount</td>
</tr>
<!--detailitem-->
<tr>
<td>##line##.</td>
<td>##id##</td>
<td>##desc##</td>
<td>##qty##</td>
<td>##amt##</td>
</tr>
<!--/detailitem-->
</table> <!-- end of nested table -->
</td>
</tr>
</table>
<center>Have a Nice Day</center>
</body>
</html>
© 2007 Nebula Research and Development
|