![]() |
any java script programmers about??
Is there a simple script around that returns info from a popup window (back to the initial window)?
TIA :thumbsup |
Save the info from the popup window (cookie, database, etc)
Have this code in the popup: script tag opener.location.reload(true); self.close(); /script tag Read the info in the initial window |
Quote:
will give that a go :thumbsup |
For the main window to access variables in the popup:
[name of popup].variableName For the popup window to access variables in the opener: opener.variableName |
All times are GMT -7. The time now is 12:14 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123