-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtes.html
More file actions
76 lines (38 loc) · 1.28 KB
/
tes.html
File metadata and controls
76 lines (38 loc) · 1.28 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang ="en">
<head>
<title>gMVP v4 by Genentech</title>
<meta charset ="utf-8">
<script src ="jquery-1.8.1.js"></script>
<script src="tes.js"></script>
</head>
<body>
<form id="details" name = "details" method="get" action="#">
<fieldset>
<label for ="title">Title</label>
<input type ="text" name ="title" id ="title" />
<label for ="mejl">Email</label>
<input type ="email" name ="mejl" id ="mejl" />
<label for ="fon">Phone</label>
<input type ="number" name ="fon" id ="fon" />
<label for ="data">Date</label>
<input type ="date" name ="data" id ="data" />
</fieldset>
<input type ="submit" name ="send" id="send">
</form>
<form id="details2" name = "details2" method="get" action="#">
<fieldset>
<label for ="title2">Title</label>
<input type ="text" name ="title2" id ="title2" />
<label for ="mejl2">Email</label>
<input type ="email" name ="mejl2" id ="mejl2" />
<label for ="fon2">Phone</label>
<input type ="number" name ="fon2" id ="fon2" />
<label for ="data2">Date</label>
<input type ="date" name ="data2" id ="data2" />
</fieldset>
<input type ="submit" name ="send2" id="send2">
</form>
<p id ="displayGarage"></p>
</body>
</html>