<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取值结果为:" + ofrm2); <br><br>} <BR></script> </div>