File: SampleAppletBrowser.html

package info (click to toggle)
libjdic-java 0.9.5-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,024 kB
  • ctags: 2,427
  • sloc: java: 8,655; xml: 3,837; cpp: 3,437; ansic: 677; sh: 318; makefile: 214
file content (17 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<HTML>
<HEAD>
<TITLE>New Document For Using Applet Call Servlet Update Java Object</TITLE>
</HEAD>

<BODY>
Hello This is a Test!
<br>
<applet
	code="SimpleAppletBrowser"
	width=300
	height=120
	archive="SimpleAppletBrowser.jar">

</applet>
</BODY>
</HTML>