equal
deleted
inserted
replaced
|
1 <html> |
|
2 <head> |
|
3 <title>SpreadSheet</title> |
|
4 </head> |
|
5 <body> |
|
6 <h1>SpreadSheet</h1> |
|
7 <hr> |
|
8 <applet code="SpreadSheet.class" width=320 height=120> |
|
9 <param name=rows value="4"> |
|
10 <param name=c3 value="fC1+C2"> |
|
11 <param name=c2 value="fA2*B2"> |
|
12 <param name=c1 value="fA1*B1"> |
|
13 <param name=title value="Example"> |
|
14 <param name=b2 value="v1000"> |
|
15 <param name=b1 value="v500"> |
|
16 <param name=columns value="3"> |
|
17 <param name=a2 value="v30"> |
|
18 <param name=a1 value="v10"> |
|
19 alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." |
|
20 Your browser is completely ignoring the <APPLET> tag! |
|
21 </applet> |
|
22 <hr> |
|
23 <a href="SpreadSheet.java">The source</a>. |
|
24 </body> |
|
25 </html> |