blob: ea11a61aea8a22681ba1ee23112f883e263e3592 (
plain)
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
|
<html>
<head>
<title>Southampton University Calendar Applet</title>
<script type="text/javascript" src="applet-fu.js"></script>
</head>
<body>
<div align="center">
<script type="text/javascript">
applet_fu.run(
{'width':'550','height':'320'},
{
'archive':'SouthamptonUniversityCalendarApplet.jar',
'code':'net/cbaines/suca/CalendarApplet.class',
'foo':'bar'
},
'1.4.2',
'<h1>No Java</h1>'
);
</script>
</div>
</body>
</html>
|