-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMobile.html
More file actions
33 lines (32 loc) · 1.39 KB
/
Mobile.html
File metadata and controls
33 lines (32 loc) · 1.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>mobie</title>
</head>
<body>
<div><span><p>Nokia</p></span>
<textarea id="screenNokia" cols="100" rows="5" placeholder="Screen" readonly></textarea>
<div>
<button id="powerNokia" type="button"onclick="onoffpower(Nokia)">On Power</button>
<button type="button"onclick="Battery(Nokia)">Status Battery</button>
<button type="button"onclick="DraftBox(Nokia)">draftBox</button>
<button type="button"onclick="SendMessage(Nokia)">send</button>
<button type="button"onclick="chekinputBox(Nokia)">inputBox</button>
<button type="button"onclick="chekoutBox(Nokia)">outBox</button>
</div>
<span><p>Iphone</p></span>
<textarea id="screenIphone" cols="100" rows="5" placeholder="Screen" readonly></textarea>
<div>
<button id="powerIphone" type="button"onclick="onoffpower(Iphone)">On Power</button>
<button type="button"onclick="Battery(Iphone)">Status Battery</button>
<button type="button"onclick="DraftBox(Iphone)">draftBox</button>
<button type="button"onclick="SendMessage(Iphone)">send</button>
<button type="button"onclick="chekinputBox(Iphone)">inputBox</button>
<button type="button"onclick="chekoutBox(Iphone)">outBox</button>
</div>
</div>
<script src="Mobile.js">
</script>
</body>
</html>