장주현

make choice

...@@ -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()">
87 91
88 -<p> 우편번호: ㄴㄴ</p> 92 +<script>
89 -<p> 주소: ㄴㄴ</p> 93 + function translateprocess(){
90 -<p> 상세주소: ㄴㄴ</p> 94 + <p> 우편번호: ㄴㄴ</p>
95 + <p> 주소: ㄴㄴ</p>
96 + <p> 상세주소: ㄴㄴ</p>
97 + }
91 98
99 +
100 +</script>
...\ No newline at end of file ...\ No newline at end of file
......