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 Quote Link to comment 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"; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.