source: aportesmurachi/tahel/Murachi-pre/sign.html

Last change on this file was 12e6ddf, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Agregados los directorio de aportes de Tahel al control de versiones.

  • Property mode set to 100644
File size: 391 bytes
Line 
1<html>
2<head>
3<title>js-signer simple demo</title>
4<script src="sign.js" type="text/javascript"></script>   
5</head>
6<body>
7
8Text to sign: <input id="text" type="text" />
9<input onclick="document.getElementById('signature').value = signText(document.getElementById('text').value);" type="button" value="Sign" />
10<br /><br />
11Result:<br />
12<textarea id="signature"></textarea>
13
14</body>
15</html>
Note: See TracBrowser for help on using the repository browser.