12 lines
328 B
HTML
12 lines
328 B
HTML
<html>
|
|
<body>
|
|
|
|
<form action="xor23.php" method="get">
|
|
component #1: <input type="text" name="comp1" size="64" maxlenght="64"><br>
|
|
component #2: <input type="text" name="comp2" size="64" maxlenght="64"><br>
|
|
component #3: <input type="text" name="comp3" size="64" maxlenght="64"><br>
|
|
<input type="submit">
|
|
</form>
|
|
|
|
</body>
|
|
</html> |