JS技巧:Javascript模態(tài)對話框 取父頁的值
當前位置:點晴教程→知識管理交流
→『 技術文檔交流 』
1. a.htm 父頁 有 window.showModalDialog("b.htm"); 有 Html元素 <input type="text" id="t1" name="t1" value="value"> 2.b.htm 彈出頁面 能否在 b.htm 上取到 a.htm 中 t1的值 ? 回答: 在a.html中設置 var results = window.showModalDialog("b.html"); if(results){ alert(results["key"]); } 在b.html中 <script> window.returnValue={ key:"返回到父頁面" } </script>
該文章在 2010/8/18 9:13:22 編輯過 |
關鍵字查詢
相關文章
正在查詢... |