13 lines
419 B
HTML
13 lines
419 B
HTML
<html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=GBK"/>
|
|
<body>
|
|
<applet code=com.wxzd.wcs.Main.class NAME ="AS/RS" width="200" height="200" >
|
|
<param name="servletClass" value="servlet/server">
|
|
<param name="servletRoot" value="http://localhost:8080/wcs/">
|
|
<param name="floor" value="2">
|
|
<param name="showMenuBarOnStockPane" value="false">
|
|
<param name="viewRotation" value="0">
|
|
</applet>
|
|
</body>
|
|
</html>
|