Brandon Jaeger Posted October 3, 2008 Share Posted October 3, 2008 I want to open a pop up window from a form. The pop up window would then contain a text area. After you're done making changes to the content within the text area, you would click "Update" or whatever the button would be, then it would update it to the text area in the parent page. If anyone knows how to do that, I'd greatly appreciate it! Thanks, Brandon Link to comment https://forums.phpfreaks.com/topic/126904-solved-update-text-area-from-pop-up-window/ Share on other sites More sharing options...
F1Fan Posted October 3, 2008 Share Posted October 3, 2008 Use the window.opener object. So like window.opener.getElementById('whatever').value = "some stuff"; Link to comment https://forums.phpfreaks.com/topic/126904-solved-update-text-area-from-pop-up-window/#findComment-656367 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.