-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-sv.html
85 lines (74 loc) · 3.14 KB
/
index-sv.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="sv">
<!--Copyright (C) 1995-1996 by Mikael Bonnier, Lund, Sweden.-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Pocket Calculator</title>
<script src="https://cjrtnc.leaningtech.com/3.0/cj3loader.js" type="text/javascript"></script>
<link rev="made" href="mailto:mikael.bonnier@gmail.com">
</head>
<body bgcolor="#CECECE" vlink="#800080" background="images/backtile.gif">
<!-- counter-ord-lang -->
<p><a href="index-sv.html"><img src="sve1.gif" alt="[Svenska]" width=31 height=28 border=0 align=right name="sve"></a>
<a href="index.html"><img src="enu1.gif" alt="[English]" width=31 height=28 border=0 align=right name="enu"></a></p>
<h2>Pocket Calculator</h2>
<p>
<hr>
<table cellpadding=3>
<tr>
<td VALIGN=top width=410>
<p><applet CODE="PocketCalc.class" CODEBASE="." width=395 height=179 ALIGN=bottom archive="PocketCalc.zip">
<param NAME=bgcolor VALUE="#80C0FF">
<img src="PocketCalc-sve.gif" width="395" height="179" alt="Pocket Calculator">
</applet></p>
</td>
<td VALIGN=top ROWSPAN=2>
<ul>
<li><a href="http://www.jars.com/jan96five.html" target="_top"><img src="images/5perc_s.gif" alt="Rated Top 5% WebApplet by JARS" width=115 height=95 ALIGN=top></a><br>
<font size="-1">Jan/1996 #A020128-3</font></li>
<li><a href="http://www.jars.com/100feb96.html" target="_top"><img src="images/top100_s.gif" alt="Rated Top 100 WebApplet by JARS" width=115 height=95 ALIGN=top></a><br>
<font size="-1">Feb/1996 #A020128-3</font></li>
<li><a href="http://black_coffee.km-cd.com/" target="_top"><img src="images/bc.gif" alt="Black Coffee CD-ROM" width=181 height=42 ALIGN=top></a></li>
<li>Finns på <a href="http://www.pht.com/sourcemountain/Java/index.html" target="_top">Applets</a>
CD-ROM</li>
<li>Presenteras i boken "Java Web Magic"<br>
<img src="images/javawebmagic.jpg" width=100 height=132 align=bottom alt="Bok: Java Web Magic"></li>
</ul>
</td>
</tr>
<tr>
<td VALIGN=top width=410>
<p><a href="./PocketCalc.java">Källkod</a><br>
<b>Ladda ner</b> installationspaket (inkl källkod):<br>
<a href="./pocketcalc111.zip">pocketcalc111.zip</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</p>
</td>
</tr>
</table>
<hr>
<table border=1 align=right>
<tr>
<td bgcolor="#808080">
<p><!--a href="http://hem.passagen.se/orbinweb/" target=links--><font face="Arial,Helvetica"><b>Orbin</b></font><!--/a--><br>
<font size="-2" face="Arial,Helvetica">Web Technology</font></p>
</td>
</tr>
</table>
<p>[<a href="http://df.lth.se.orbin.se/~mikaelb/java-sve.html">Java appletter</a>] [<a href="http://df.lth.se.orbin.se/~mikaelb/index-sve.html" target="_top">Mikael
Bonniers hemsida</a>]</p>
<script type="text/javascript">
cheerpjInit();
</script>
</body>
</html>