-
Notifications
You must be signed in to change notification settings - Fork 0
/
level1.htm
42 lines (40 loc) · 923 Bytes
/
level1.htm
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
<html>
<head>
</head>
<body>
<form action="">
<script type="text/javascript">
<!--
if (parent.frames[0] == null) { document.location = "sokojs.htm" }
l = new Array(
//123456789ABCDEF
" ",
" ",
" ",
" ##### ",
" #___# ",
" #_$$# ### ",
" #_$_# #.# ",
" ###_###.# ",
" ##____.# ",
" #___#__# ",
" #___#### ",
" ##### ",
" ",
" ",
" ",
" ");
Row=16
Col=16
for (x = 0; x < Row; x++)
for (y = 0; y < Col; y++)
document.write("<INPUT TYPE=\"button\" value=\"",
' _#*$.'.indexOf(l[x].substring(y, y + 1)), "\">")
document.write("<INPUT TYPE=\"button\" value=\"69\">",
"<INPUT TYPE=\"button\" value=\"1\"><\/FORM>")
parent.frames[1].location = "main.htm"
parent.frames[2].location = "level.htm"
//-->
</script></form>
</body>
</html>