Welcome Guest, Not a member yet? Register   Sign In
accessing values from a popup window to opener using javascript
#1

[eluser]Volkscom[/eluser]
How to get the values of a textarea from popup window to textarea in parent(opener) window using javascript.

I used
window.opener.document.getElementById("matter").value = document.getElementById("textarea1").value;


but its not working....
#2

[eluser]LuckyFella73[/eluser]
Could you post some code you allready have? Especially the part
where the value from your popup should be grabbed and pushed into
the parent texarea.

I'm no js expert but maybe you just have to change the left with the
right part of your code. Basically your line tells the popup textarea
to grab the value of your opener value.




Theme © iAndrew 2016 - Forum software by © MyBB