tags:

views:

44

answers:

2

Hi guys,

I am doing a signed applet , applet works fine without javascript. but when called from javascript it is not working . i came to know that if we have to call a signed applet thorough java script , script should be signed. How to sign a script without using netscape signtool . as signtool is not available now i think , hope i may be wrong.I want to sign a script , i need ur help huys

A: 

I do believe you still use SignTool to sign scripts. That should still be a part of the Mozilla project. The following article should be helpful:

Signing Scripts

jrista
A: 

This may help you

http://jmol.sourceforge.net/jslibrary/

Jmol.js is a JavaScript library that can be used to simplify development of web pages that include the JmolApplet. 
pramodc84