File: SampleAppletBrowser.html

package info (click to toggle)
libjdic-java 0.9.5-2
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 2,704 kB
  • ctags: 2,027
  • sloc: java: 8,666; xml: 3,843; cpp: 3,435; ansic: 653; sh: 318; makefile: 213
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>