map.html
975 Bytes
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<title>地図(お気に入りのお店)</title>
<style type="text/css">
<!--
.f_size {font-size: 14px}
.waku {
border: 1px solid #CCCCCC;
}
-->
</style>
</head>
<body>
<table width="100" border="0" cellpadding="0" cellspacing="0" class="waku">
<tr bgcolor="#FFFFCC">
<td height="29" colspan="2"><strong> 地図(お気に入りのお店)</strong></td>
</tr>
<tr>
<td height="34" colspan="2"><div align="center">
<input name="txt_yu" type="text" id="txt_yu" size="45">
<input type="submit" name="Submit" value="検 索">
</div></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td><img src="img/map_1.gif" width="197" height="395"></td>
<td><img src="img/map_2.gif" width="602" height="395"></td>
</tr>
</table>
</body>
</html>