|
|
| (11 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| *[[Googlemaps]] | | *[[Googlemaps]] |
|
| |
| <!..
| |
| <websiteFrame>
| |
| website=http://www.wikireedia.net/blog
| |
| height=400
| |
| width=100%
| |
| border=3
| |
| scroll=auto
| |
| </websiteFrame>
| |
| ..>
| |
|
| |
|
|
| |
|
| Line 46: |
Line 36: |
| </HTML> | | </HTML> |
| .. | | .. |
| <HTML>
| |
|
| |
|
| <head>
| | ==Spreadsheet== |
| <meta http-equiv="Content-Language" content="en-us">
| |
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
| |
| <title>Acme Widgets - Get Your Widgets Here!</title>
| |
| </head>
| |
|
| |
|
| <body bgcolor="#FFFFCC"> | | <!.. |
| | | <websiteFrame> |
| <h2>The Acme Widget Company</h2>
| | website=http://www.wikireedia.net/blog |
| <h3>Get Your Widgets Here!</h3>
| | height=400 |
| <p>Please make your selections from the following choices:</p>
| | width=100% |
| <p> </p>
| | border=3 |
| <p>If you have questions or difficulties with this order page, please contact
| | scroll=auto |
| our Customer Service Department (see our Contacts page.)</p>
| | </websiteFrame> |
| | | ..> |
| </body>
| |
| | |
| | |
| | |
| <tr> | |
| <td width="250">Class "A" Widgets</td>
| |
| <td align="center" width="100">
| |
| <input type="text" name="qtyA" size="5" tabindex="5" onchange="calculate()"></td>
| |
| <td align="right" width="60">1.25</td>
| |
| <td align="right" width="140">
| |
| <input type="text" name="totalA" size="12" tabindex="99" onchange="calculate()"></td>
| |
| </tr>
| |
| <tr>
| |
| <td width="250">Class "B" Widgets</td>
| |
| <td align="center" width="100">
| |
| <input type="text" name="qtyB" size="5" tabindex="5" onchange="calculate()"></td>
| |
| <td align="right" width="60">2.35</td>
| |
| <td align="right" width="140">
| |
| <input type="text" name="totalB" size="12" tabindex="99" onchange="calculate()"></td>
| |
| </tr>
| |
| <tr>
| |
| <td width="250">Class "C" Widgets</td>
| |
| <td align="center" width="100">
| |
| <input type="text" name="qtyC" size="5" tabindex="5" onchange="calculate()"></td>
| |
| <td align="right" width="60">3.45</td>
| |
| <td align="right" width="140">
| |
| <input type="text" name="totalC" size="12" tabindex="99" onchange="calculate()"></td>
| |
| </tr>
| |
| <tr>
| |
| <td width="250"> </td>
| |
| <td align="center" width="100"> </td>
| |
| <td align="right" width="60"> </td>
| |
| <td align="right" width="140"> </td>
| |
| </tr>
| |
| <tr>
| |
| <td width="250">
| |
| <p align="right"><b>TOTALS:</b></td>
| |
| <td align="center" width="100"> </td>
| |
| <td align="right" width="60"> </td>
| |
| <td align="right" width="140">
| |
| <input type="text" name="GrandTotal" size="15" tabindex="99" onchange="calculate()"></td>
| |
| </tr>
| |
| </HTML>
| |