jimin

도시 이름 넣는 화면 꾸미기

...@@ -11,9 +11,17 @@ ...@@ -11,9 +11,17 @@
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 - <form> 14 + <form action="/city" method="GET">
15 - <p><label>지역이름 : </label><input type="text" name="city" placeholder="Input Name"></p> 15 + <p><label>지역이름 : </label><input type="text" name="city" placeholder="Input city"></p>
16 - <p><input type="submit" value="Submit" /></p> 16 +
17 + <pre>[강남구, 강남대로, 강동구, 강변북로, 강북구, 강서구,
18 +공항대로, 관악구, 광진구, 구로구, 금천구
19 +노원구, 도봉구, 도산대로, 동대문구, 동작구
20 +동작대로, 마포구, 서대문구, 서초구, 성동구
21 +성북구, 송파구, 신촌로, 양천구, 영등포구, 영등포로
22 +용산구, 은평구, 정릉로, 종로, 종로구
23 +중구, 중랑구, 천호대로 , 한강대로, 화랑로]</pre>
24 + <button onclick="myfunction()">클릭</button>
17 </form> 25 </form>
18 </body> 26 </body>
19 </html> 27 </html>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -91,8 +91,14 @@ ...@@ -91,8 +91,14 @@
91 }); 91 });
92 92
93 </script> 93 </script>
94 +
94 </head> 95 </head>
95 <body> 96 <body>
97 + <font size=10em>
98 + <strong>
99 + <%= City + "\n"%>
100 + </strong>
101 + </font>
96 <div class="wrap"> 102 <div class="wrap">
97 <img src= "dust_icon.jpg" width = 300, height = 300/> 103 <img src= "dust_icon.jpg" width = 300, height = 300/>
98 </div> 104 </div>
......