applet OpenSign
Er der nogle der kan hjælpe med OpenSign - www.openoces.orgJeg prøver nogle tests på http://www.skanderborgskakklub.dk/opensign/
(Koden indsat forneden)
Hvorfor vises appletten ikke engang?
På "http://www.openoces.org/opensign/documentation/bootstrapped/design_principles.html" skrives bl.a. "The BootApplet is responsible for downloading and checking the code for the real applet and otherwise tries to remain invisible and relays all information between the HTML-page, the applet, the browser and the user in a transparent way." ... Har dette mon betydning for mit lille eksempel?
index.htm:
<html>
<head>
<title></title>
</head>
<body>
<applet name="signing_applet"
code="org.openoces.opensign.client.applet.bootstrap.BootApplet"
width="600"
height="400"
codebase="/opensign/opensign-1.6.7-bin"
archive="OpenSign-bootstrapped.jar"
mayscript="mayscript">
</applet>
<form name="signedForm" method="post" action="INSERT URL HERE">
<input name="signature">
<input name="result">
</form>
<H1>HEJ2</H1>
</body>
</html>
