Showing
1 changed file
with
12 additions
and
3 deletions
... | @@ -84,8 +84,17 @@ | ... | @@ -84,8 +84,17 @@ |
84 | element_wrap.style.display = 'block'; | 84 | element_wrap.style.display = 'block'; |
85 | } | 85 | } |
86 | </script> | 86 | </script> |
87 | +<p> 사용할 해외 쇼핑몰 선택 후 변환</p> | ||
88 | +<input type="radio" name="os" value="amazon" checked="checked">Amazon | ||
89 | +<input type="radio" name="os" value="ebay">Ebay | ||
90 | +<input type="button" value="주소 변환" onclick="translateprocess()"> | ||
91 | + | ||
92 | +<script> | ||
93 | + function translateprocess(){ | ||
94 | + <p> 우편번호: ㄴㄴ</p> | ||
95 | + <p> 주소: ㄴㄴ</p> | ||
96 | + <p> 상세주소: ㄴㄴ</p> | ||
97 | + } | ||
87 | 98 | ||
88 | -<p> 우편번호: ㄴㄴ</p> | ||
89 | -<p> 주소: ㄴㄴ</p> | ||
90 | -<p> 상세주소: ㄴㄴ</p> | ||
91 | 99 | ||
100 | +</script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment