首頁 > web前端 > js教程 > JS父頁面與子頁面相互傳值方法_javascript技巧

JS父頁面與子頁面相互傳值方法_javascript技巧

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
發布: 2016-05-16 16:56:53
原創
1982 人瀏覽過

一、子頁面是父頁面透過window.open彈出的情況
子頁面要向父頁傳值,只要在document前面加window.opener即可。
如:
1.父頁碼:




無標題文件title><br>head><br><script language="javascript"><BR>function tanchu()<BR>{<BR>{  .open("Untitled-5.html");   <BR>}<BR>script><BR><body><BR>    <form id="form1" name="form1" method="post" action=" "><BR>        <label> <input type="submit" name="button" id="button" value="提交"<BR>        <input type="text" name="textfield" id="textfield" /><BR>        label><BR>    form><BR><BR><BR>2.子頁代碼:<BR> <html xmlns="http://www.w3.org/1999/xhtml"><P><head><BR><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><BR><title>無標題文件title><BR>head><BR><script language="javascript"><BR>function aaa()<BR>{<BR>{<BR> window .opener.document.getElementByIdx('textfield').value='123123123';<BR>}<BR>script><BR><body><BR>    <form id="form1" name="form1" method= "post" action=""><BR>        <label> <input type="submit" name="button" id="button" value="提交"<BR>      >      Sharp要向父頁面傳值,只要在document前面加parent即可。 <BR>1.父頁碼:<BR> <BR><html xmlns="http://www.w3.org/1999/xhtml"><BR><head><BR><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><STRONG><title>無標題文件title>head><br><body><br>    <form id="form1" name="form1" method="post" action=""><BR>        <label> <input type="text" name="textfield" id="textfield" />        label><帶> 3.html">iframe><P>    form><BR></script>
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新問題
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板