-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
executable file
·90 lines (88 loc) · 3.45 KB
/
menu.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
<!DOCTYPE html>
<html>
<head>
<title>Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta content="MSHTML 6.00.2800.1106" name="generator">
<style type="text/css">
a {
color: #FFFF00;
}
a:visited {
color: #FFFF00;
}
a:active {
color: #FF00FF;
}
body {
background-color: #FF6699;
}
</style>
</head>
<body onmousemove="setHref()">
<center>
<img src="bblogo2.jpg">
<div style="text-align: left">
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="main.html" target="front">Main</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="aboutus.html" target="front">About Us</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="executive.html" target="front">Executive</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="events.html" target="front">Events</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="pastevents.html" target="front">Past Events</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="relatedsites.html" target="front">Related Sites</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;"><a style="text-decoration: none"
href="pictures.html" target="front">Pictures</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="contact.html" target="front">Contact Us</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="sydenhamchallenge.html" target="front">Sydenham Challenge</a></span></b><br>
<b><span style="font: Arial; font-size: 14px;" ><a style="text-decoration: none"
href="Sydenham Challenge Dragon Boat Festival.html" target="front">Sydenham Challenge 2015</a></span></b>
<br/>
<b><span style="font: Arial; font-size: 14px;"><a style="color: rgb(0, 0, 255); text-decoration: none;" href="javascript:alert('Sorry, this website has experienced difficultes. Please try again.'); setHref()" style="text-decoration: none" id="link-mailto">Join the team</a></span></b>
<script type="text/javascript">
//Trick spambots
var elm = document.getElementById("link-mailto");
function setHref() {
var parts = [
"mailto:",
"oxford",
".marg",
"@",
"gmail",
".",
"com",
"?subject=",
"I%20would%20like%20to%20join%20the%20Breast%20Buddies.",
"&body=",
"Hi,%0A",
"I%20would%20like%20to%20join%20the%20Breast%20Buddies.%0A",
"%0A",
"(Feel%20free%20to%20change%20this%20email.)%0A",
"%0A",
"Thanks!"
];
var finalString = "";
for(part in parts) {
finalString += parts[part];
}
elm.setAttribute("href", finalString);
}
</script> <br>
</center>
</body>
</html>