Can somebody please help me? It seems like you all succeeding in using the psm...
Alon. "Alon Bar-Lev" <[EMAIL PROTECTED]> wrote in message a4o041$[EMAIL PROTECTED]">news:a4o041$[EMAIL PROTECTED]... > Hello, > > I'm tring to use signText method, as follows: > <html> > <body> > <input type=button value="test" onclick="OnClick (window);"></input> > </body> > </html> > <script> > function OnClick (w) { > try{ > var x = w.crypto.signText ("<a><b>1</b></a>", "ask"); > alert (x); > } > catch (e) { > alert (e); > } > } > </script> > > I get NS_ERROR_NOT_IMPLEMENTED. > > Can anyone tell me why? > I use Mozilla Build ID: 2002020406 0.9.8 > > Thanks! > Alon Bar-Lev > > >
