blob: 047059a2fdf1a0fe6203bb26f8a62aa4700659b7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<html>
<body>
Loaded in a new process!
<form action="test_largeAllocationFormSubmit.sjs" method="POST">
<input type="text" name="textarea" value="default value">
<input type="submit" name="button" value="submit" id="submit">
</form>
</body>
</html>
|