CodeIgniter Forums
Pass variables or update parent window with data.. - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Pass variables or update parent window with data.. (/showthread.php?tid=9089)



Pass variables or update parent window with data.. - El Forum - 06-11-2008

[eluser]Chris Newton[/eluser]
I have a popup window. In that window a user has entered some data. When a user presses a button in that window, I need the parent window to update a field with the data entered in the popup window. I'm having a mental block... all the methods I've tried have led me nowhere.

I keep coming back to the focus method, but it continues firing over and over. I only need it to fire once, when the window has gained focus. I'm not set on that specific method, I just need to to what I outlined in the top paragraph. If anyone could provide any suggestions, I'd very very appreciative.


Pass variables or update parent window with data.. - El Forum - 06-12-2008

[eluser]Chris Newton[/eluser]
I did something different.