장주현

make choice

......@@ -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
......