2021-09-04 21:22:51 +02:00

9 lines
219 B
HTML
Executable File

<html>
<body>
<form action="anotherpage.html" method="get" onsubmit="doStuff()">
<input type="text" placeholder="name" name="name" />
<input type="submit" value="send" />
</form>
</body>
</html>