Java Applet not displaying - Any suggestions
memoranAug 22 2007 — edited Aug 24 2007I am trying to get a java applet to display in a html region. The code for the applet is <APPLET CODEBASE = "/i/v1pro"
ARCHIVE = "viewone.jar"
CODE = "start.jiViewONE.class"
NAME = "ViewONE"
WIDTH = "100%"
HEIGHT = "97%"
HSPACE = "0"
VSPACE = "0"
ALIGN = "middle">
<PARAM NAME="cabbase" VALUE="viewone.cab">
</APPLET>
I have installed it into the same directory as the htmldb\images\v1pro\viewone.jar so the reference of /i/v1pro should work but it is not.
Does anyone have any suggestions?
Thanks,
Mark