<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>
HTML Test Page
</title>
</head>
<body>
<applet
  codebase = "."
  code     = "com.my.applet.MyApplet.class"
  archive  ="jar/mayclasses.jar,jar/msbase.jar,jar/mssqlserver.jar,jar/msutil.jar";
  name     = "TestApplet"
  width    = "750"
  height   = "440"
  hspace   = "0"
  vspace   = "0"
  align    = "middle"
>
</applet>
</body>
</html>