Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Need Help for Pop Up windows
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rkuwadia" data-source="post: 8336"><p>Thanks for this much help.</p><p></p><p>The problem is I need values from pop up window into the parent window.</p><p></p><p>If I use, top.opener.location.href, then the page doesnot get submitted and I donot get values.</p><p></p><p>If I use javascript to assign values, like top.opener.form1.field1.value it gives problem with array elements. </p><p></p><p>I am using php to code.</p><p></p><p>I have a field called grades which is an array.</p><p>So to use something like following, doesnt work in Javascript.</p><p></p><p>document.popup.grades[].value = top.opener.posting.grades[].value;</p><p></p><p></p><p>Do you have any suggestion for the above problem?</p></blockquote><p></p>
[QUOTE="rkuwadia, post: 8336"] Thanks for this much help. The problem is I need values from pop up window into the parent window. If I use, top.opener.location.href, then the page doesnot get submitted and I donot get values. If I use javascript to assign values, like top.opener.form1.field1.value it gives problem with array elements. I am using php to code. I have a field called grades which is an array. So to use something like following, doesnt work in Javascript. document.popup.grades[].value = top.opener.posting.grades[].value; Do you have any suggestion for the above problem? [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Need Help for Pop Up windows
Top