iframe取值

来源:互联网 发布:手机水印软件 编辑:程序博客网 时间:2024/05/16 04:57

iframe取值

关键字:   iframe取值    
js 代码
  1. test1.jsp   
  2. "text" value="1111111111111" name="test1" id="test1">   
  3. "button" name="button" value="button" onclick="adddata();">   
  4. <script>   
  5. function adddata()   
  6. {   
  7.  parent.document.all.test.value=document.all.test1.value;   
  8. }   
  9. </script>   
  10.   
  11. test.jsp   
  12. "test" id="test" value="">   
  13.