jimin

도시 이름 넣는 화면 꾸미기

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