+ a form and some inputs

This commit is contained in:
cbonar 2008-03-27 00:04:19 +00:00
parent b0be30a5c3
commit 088f749faa

View file

@ -8,6 +8,18 @@
<script type="text/javascript" src="../src/ciform.js"></script>
</head>
<body>
Go scrap !
<fieldset><legend>key1</legend>
<script type="text/javascript">
var key1 = {'type':'rsa','size':768,'p':[37236049,101016772,159282282,175757624,13024433,250498477,84607479,59966049,22498627,132597430,110924424,205232890,182507213,1044302],'q':[107105531,186247335,15521988,62026032,158753359,206244312,50260951,80974433,210269537,225192697,68222441,99922802,211387762,867338],'e':[65537],'pq':[160070251,12494788,234241229,42365211,94290208,134162236,244093543,74703011,240555106,131172205,88099880,17392319,71011601,227180618,186191532,166269392,147618953,23626137,184395548,183496469,162940002,117707274,143317218,151429299,185738169,204772714,62991596,3374]};
</script>
<code>var key1 = {'type':'rsa','size':768,'p':[37236049,101016772,159282282,175757624,13024433,250498477,84607479,59966049,22498627,132597430,110924424,205232890,182507213,1044302],'q':[107105531,186247335,15521988,62026032,158753359,206244312,50260951,80974433,210269537,225192697,68222441,99922802,211387762,867338],'e':[65537],'pq':[160070251,12494788,234241229,42365211,94290208,134162236,244093543,74703011,240555106,131172205,88099880,17392319,71011601,227180618,186191532,166269392,147618953,23626137,184395548,183496469,162940002,117707274,143317218,151429299,185738169,204772714,62991596,3374]};</code>
</fieldset>
<fieldset><legend>form1</legend>
<form id="form1" action="#">
text1 : <input type="text" name="text1"><br>
password1 : <input type="password" name="password1"><br>
<input type="submit" value="SUBMIT">
</form>
</fieldset>
</body>
</html>