<div class="codetitle"> <span><a style="CURSOR: pointer" data="59490" class="copybut" id="copybut59490" onclick="doCopy('code59490')"><u>코드 복사</u></a></span> 코드는 다음과 같습니다.</div> <div class="codebody" id="code59490"> <br><script type="text/javascript"> <br> function getValue() { <br>var ofrm2 = document.getElementById("TextBox1").value; <br>parent.document.getElementById("txbOpID").value = ofrm2 <br>alert("ie the 값 결과는 다음과 같습니다:" ofrm2); <br><br>} <br> </div>