rsa_workbench/primes.html

37 lines
576 B
HTML
Raw Permalink Normal View History

2012-02-14 18:45:18 +00:00
<html>
<body BGCOLOR="#00E0E0" link="#001fC0" vlink="#000080" text="#00000f">
<form enctype="multipart/form-data" method="post"
action="primes.php">
<strong>Prime Number Finder</strong>
<table border=2>
<tr>
<td>
<strong>p</strong>
</td>
<td>
<input type=text name="x" cols=80 value="1000" colspan=2>
</td>
</tr>
<tr>
<td>
<strong>q</strong>
</td>
<td>
<input type=text name="i" cols=80 value="2000" colspan=2>
</td>
</tr>
<tr><td><input type="submit" name="submit" value="Next"> </td></tr>
</table>
</table>
</form>