T
Terri I.
I have an application that utilizes a signed applet which incorporates
the
Netscape PrivilegeManager to get access to run an executable.
It runs fine in Netscape 4.75 with the following APPLET tag:
<APPLET CODE = "LaunchHSDX" ARCHIVE = "LaunchHSDX.jar" WIDTH = 0
HEIGHT = 0 NAME = "Launch">
<PARAM NAME = "ImageFile" VALUE ="#Session.OutputImageFileName#">
<PARAM NAME = "VBCodeLocation" VALUE
="#Session.CopyPath#CopytoClipboard.exe">
If your browser supported Java applets, you would be able to copy the
map image to the clipboard.
</APPLET>
I cannot, however, get this to work in Netscape 7. I have tried
numerous
variations of the APPLET and OBJECT tags, but continue to get errors.
I have
not been able to find an example anywhere that does what I need to do
- they
all reference simple class files, not signed jar files. I also
verified that
Java plug-ins have been installed under Netscape 7.
Also, here is the line of code that calls the Java code:
<td id="copy"><img name="copy" src="#ImagesPath#copy.png"
onMouseDown="CopyReturnValue=parent.MapFrame.document.Launch.openImageinHSDX();
checkCopyStatus();" border=0 alt="Press this button to copy the map
image to the clipboard via HyperSnap application."></td>
In Netscape 7, this gives me JavaScript error either that
openImageinHSDX is
not a function or that Launch has no properties.
I would appreciate any help!!
the
Netscape PrivilegeManager to get access to run an executable.
It runs fine in Netscape 4.75 with the following APPLET tag:
<APPLET CODE = "LaunchHSDX" ARCHIVE = "LaunchHSDX.jar" WIDTH = 0
HEIGHT = 0 NAME = "Launch">
<PARAM NAME = "ImageFile" VALUE ="#Session.OutputImageFileName#">
<PARAM NAME = "VBCodeLocation" VALUE
="#Session.CopyPath#CopytoClipboard.exe">
If your browser supported Java applets, you would be able to copy the
map image to the clipboard.
</APPLET>
I cannot, however, get this to work in Netscape 7. I have tried
numerous
variations of the APPLET and OBJECT tags, but continue to get errors.
I have
not been able to find an example anywhere that does what I need to do
- they
all reference simple class files, not signed jar files. I also
verified that
Java plug-ins have been installed under Netscape 7.
Also, here is the line of code that calls the Java code:
<td id="copy"><img name="copy" src="#ImagesPath#copy.png"
onMouseDown="CopyReturnValue=parent.MapFrame.document.Launch.openImageinHSDX();
checkCopyStatus();" border=0 alt="Press this button to copy the map
image to the clipboard via HyperSnap application."></td>
In Netscape 7, this gives me JavaScript error either that
openImageinHSDX is
not a function or that Launch has no properties.
I would appreciate any help!!