Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박정인
/
opensource
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박정인
2017-12-07 22:31:35 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f69a03c50ae32cb60ed2dec84253b4bc7beebd4b
f69a03c5
1 parent
a4428b66
latpage
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
googlemaps.html
googlemaps.html
View file @
f69a03c
...
...
@@ -2,17 +2,17 @@
<html>
<head>
<body>
<form>
<div>
구 입력 :
<br/><input
type=
"text"
name=
"id"
value=
"
"
></div>
<div>
도로명:
<br/><input
type=
"password"
name=
"pwd"
value=
""
></div
>
</form>
<form
method=
"POST"
><div><label>
구 입력:
</label><input
type=
"text"
,=""
name=
"id"
></div
>
<div><label>
도로명 입력:
</label><input
type=
"password"
,=""
name=
"pwd
"
></div>
<input
type=
"submit"
></form
>
<script
src=
"http://maps.googleapis.com/maps/api/js"
>
<
/body
>
</script>
</script>
</body>
<script>
var
map
;
var
Seoul
=
new
google
.
maps
.
LatLng
(
37.551920
,
126.994615
);
...
...
Please
register
or
login
to post a comment