GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   any java script programmers about?? (https://gfy.com/showthread.php?t=641408)

georgeyw 08-05-2006 11:47 PM

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

mikeyddddd 08-06-2006 01:06 AM

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

georgeyw 08-06-2006 05:47 AM

Quote:

Originally Posted by mikeyddddd
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

thanks

will give that a go :thumbsup

psili 08-06-2006 07:23 AM

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