-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoo.html
More file actions
34 lines (15 loc) · 932 Bytes
/
foo.html
File metadata and controls
34 lines (15 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<script type="text/javascript">var submitted=false;</script>
<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;" onload="if(submitted) {window.location='bar.html';}"></iframe>
<form action="https://docs.google.com/forms/d/e/1FAIpQLScmX5eUbPcoZjEUpJIiXj1LfOHzSvVjHFc_XMmkabgUj-CiRw/formResponse" method="post" target="hidden_iframe"
onsubmit="submitted=true;">
<label>What is your UNI?</label>
<input name="entry.877086558" type="text" placeholder="Your UNI" />
<input type="submit" value="Send" />
</form>
<!-- <form target="hidden_iframe" class="form" action="https://docs.google.com/forms/d/e/1FAIpQLScmX5eUbPcoZjEUpJIiXj1LfOHzSvVjHFc_XMmkabgUj-CiRw/formResponse">
<label>What is your UNI?</label>
<input name="entry.877086558" type="text" />
<input type="submit" value="Send" />
</form> -->
</html>