[ prog / sol / mona ]

sol


spam thread

238 2022-05-17 01:28

>>237
You need to put "index.html" into the current directory:

<!DOCTYPE HTML>
<html><head><meta charset="utf-8"></head><body>

<form action="/cgi-bin/a.py" method="post">
<input type="number" name="cislo1"> + <input type="number" name="cislo2">
<input type="submit" value="oblyczyc">
</form>

</body></html>

and the script into "cgi-bin/a.py".

301


VIP:

do not edit these