diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/hjp5/examples/URLLaden.html')
| -rw-r--r-- | Master/Reference Architectures and Patterns/hjp5/examples/URLLaden.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/hjp5/examples/URLLaden.html b/Master/Reference Architectures and Patterns/hjp5/examples/URLLaden.html new file mode 100644 index 0000000..7d76787 --- /dev/null +++ b/Master/Reference Architectures and Patterns/hjp5/examples/URLLaden.html @@ -0,0 +1,23 @@ +<html>
+<head>
+<title>URLLaden</title>
+</head>
+<body>
+<h1>URLLaden</h1>
+<applet code=URLLaden.class width=400 height=200>
+<param
+ name="button1"
+ value="JAVA-Home,http://java.sun.com/">
+<param
+ name="button2"
+ value="Guido-Home,http://www.gkrueger.com">
+<param
+ name="button3"
+ value="Schranke,=Schranke.html">
+<param
+ name="button4"
+ value="Jana30,=images/jana30.gif">
+Hier steht das Applet URLLaden.class
+</applet>
+</body>
+</html>
\ No newline at end of file |
