The Wiki World Portal: Difference between revisions

From MediaWiki
Jump to navigationJump to search
No edit summary
 
(15 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 45: Line 35:
</form>
</form>
</HTML>
</HTML>
..
==Spreadsheet==


<HTML>
<!..
<tr>
<websiteFrame>
<td width="250">Class &quot;A&quot; Widgets</td>
website=http://www.wikireedia.net/blog
<td align="center" width="100">
height=400
<input type="text" name="qtyA" size="5" tabindex="5" onchange="calculate()"></td>
width=100%
<td align="right" width="60">1.25</td>
border=3
<td align="right" width="140">
scroll=auto
<input type="text" name="totalA" size="12" tabindex="99" onchange="calculate()"></td>
</websiteFrame>
</tr>
..>
<tr>
<td width="250">Class &quot;B&quot; 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 &quot;C&quot; 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">&nbsp;</td>
<td align="center" width="100">&nbsp;</td>
<td align="right" width="60">&nbsp;</td>
<td align="right" width="140">&nbsp;</td>
</tr>
<tr>
<td width="250">
<p align="right"><b>TOTALS:</b></td>
<td align="center" width="100">&nbsp;</td>
<td align="right" width="60">&nbsp;</td>
<td align="right" width="140">
<input type="text" name="GrandTotal" size="15" tabindex="99" onchange="calculate()"></td>
</tr>
</HTML>

Latest revision as of 12:16, 8 October 2013