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




Reply via email to