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-11 15:46:32 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8a5b5a1abd76d3bcb9cdf3aca929c554f0c26da5
8a5b5a1a
1 parent
99327709
make choice
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
views/index.ejs
views/index.ejs
View file @
8a5b5a1
...
...
@@ -84,8 +84,17 @@
element_wrap.style.display = 'block';
}
</script>
<p> 사용할 해외 쇼핑몰 선택 후 변환</p>
<input type="radio" name="os" value="amazon" checked="checked">Amazon
<input type="radio" name="os" value="ebay">Ebay
<input type="button" value="주소 변환" onclick="translateprocess()">
<p> 우편번호: ㄴㄴ</p>
<p> 주소: ㄴㄴ</p>
<p> 상세주소: ㄴㄴ</p>
<script>
function translateprocess(){
<p> 우편번호: ㄴㄴ</p>
<p> 주소: ㄴㄴ</p>
<p> 상세주소: ㄴㄴ</p>
}
</script>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment