-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathneed.html
More file actions
38 lines (29 loc) · 1.75 KB
/
need.html
File metadata and controls
38 lines (29 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--****ENTER PAGE TITLE****-->
<title>I Need</title>
<link rel="stylesheet" href="css/talker.css">
</head>
<script src = "js/menu.js"></script>
<body>
<script language="JavaScript" type="text/javascript">
//****ENTER DISPLAY, SOUND, BTNCLASS, MOVE, UP (GO BACK TO)****
display = ["I NEED SOMETHING", "I need help", "I need a break", "I need space", "Something isn't right", "I can't hear", "Turn my switch off", "Move my chair", "Tilt my chair", "Ask me yes/no", "Battery"]
sound = ["need_page", "help", "break", "space", "not_right", "cant_hear", "switch_off", "chair_move", "chair_tilt", "yes_no", "battery"]
btnclass = ["a", "", "page", "", "page", "", "", "page", "", "", ""]
move = ["", "", "data-move=\'break.html\'", "", "data-move=\'not_right.html\'", "", "", "data-move=\'teachers.html\'", "", "", ""]
up="home"
</script>
<script src="js/main_buttons.js"></script>
<script language="JavaScript" type="text/javascript">
text='<form action="http://switchcalc.com/text.php" method="post"><input type="submit" name="send" value="Get Mom or Dad" data-sound="send_text" class="btn send_text" tabindex="'+home_index+'" onfocus="whisper(\'send_text\', \'send_text_w\')"><audio id="send_text" controls style="display:none"><source src="sounds/send_text.mp3" type="audio/mpeg"></audio><audio id="send_text_w" controls style="display:none"><source src="sounds/send_text_w.mp3" type="audio/mpeg"></audio></form>'
document.write(text)
home_index=home_index+1
</script>
<script src="js/back_buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="js/talker.js"></script>
</body>
</html>