-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (102 loc) · 1.87 KB
/
index.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<script>
function myFunction() {
var d = new Date();
var n = d.getFullYear();
document.getElementById("demo").innerHTML = n;
}
</script>
<style>
#header {
background-color:black;
color:white;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#eeeeee;
width:200px;
float:left;
padding:5px;
}
#section {
width:350px;
float:left;
padding:10px;
}
#footer {
background-color:black;
color:white;
clear:both;
text-align:center;
padding:5px;
}
</style>
<title>Feild Day Log</title>
</head>
<body onload="myFunction()">
<div id="header">
<h1>update <p id="demo"></p></h1>
<h2><h2>
<h2><h2>
</div>
<div id="nav">
<er><br></er>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<div id="section">
<body>
<h2>Please enter your information</h2>
<form action='/cgi-bin/script2208.cgi' method='post' target='bottem'>
<label>Lable</label><input type="text" name="CallR" size="9" placeholder="Call Sign" /><br />
<br />
<label>Lable</label><input type="text" name="ExcRec" size="30" placeholder="Exchange Received"/><br />
<br />
<label>Lable</label>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<label>Mode:</label><br />
<input type="radio" name="Mode" value="phone" checked /> LSB<br />
<input type="radio" name="Mode" value="phone" /> USB<br />
<input type="radio" name="Mode" value="phone" /> FM<br />
<input type="radio" name="Mode" value="cw" /> CW<br />
<input type="radio" name="Mode" value="digital" /> DIGITAL<br />
<input type="radio" name="Mode" value="phone" /> AM<br />
<br />
Comments
<textarea name="comment" rows="1" cols="20"></textarea>
<br />
<br />
<input type="submit" value="Submit your comment" />
<input type="reset" value="Reset">
</form>
</body>
</div>
<div id="footer">
</div>
</body>
</html>