Вы находитесь на странице: 1из 1

<!

DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="../a.do" method="get">
First number:<input type="text" name="fnum"/><br/>
Second number:<input type="text" name="snum"/><br/>
<input type="submit"value="add"/>

</form>
</body>
</html>

Вам также может понравиться