repo.or.cz
/
libg2hec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial GIT commit
[libg2hec.git]
/
demo
/
.svn
/
text-base
/
tools.js.svn-base
blob
ebd81609d636880cbf36c31dd1bf1308bba82b48
1
function Choose_prime_size()
2
{
3
IEprompt('Please choose the prime size (in bits, <=1400 )', '');
4
}
5
6
7
function Calculate()
8
{
9
document.demoform.buttontype.value="Calculate";
10
document.demoform.submit();
11
}
12
13