Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장주현
/
Amazon_Shopping_Helper
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
장주현
2020-06-13 12:02:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74332c41611d1c3e3727fa22b3deb4e2f0bcb73b
74332c41
1 parent
d7911a82
update choice
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
views/index.ejs
views/index.ejs
View file @
74332c4
...
...
@@ -91,10 +91,19 @@
<script>
function translateprocess(){
<p> 우편번호: ㄴㄴ</p>
<p> 주소: ㄴㄴ</p>
<p> 상세주소: ㄴㄴ</p>
}
var rawaddress = sample3_address.value;
var rawdetailAddress = sample3_detailAddress.value;
var rawextraAddress = sample3_extraAddress.value;
var rawsplitaddress = rawaddress.split(" ");
var text = "country/Region : Korea, Republic of" + "<br>Full name : 영문이름" + "<br>Street address : " + rawaddress + "<br>Street address : " + rawdetailAddress + rawextraAddress + "<br>City : " + rawsplitaddress[0] + "<br>State/ Province/ Region :" + rawsplitaddress[1] + "<br>Zip Code : " + sample3_postcode.value + "<br>Phone number : (+82)본인의 전화번호";
document.getElementById("englishaddress").innerHTML = text;
}
</script>
</script>
\ No newline at end of file
<div id="englishaddress">---<br></div>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment