pop up to pass back bit, close, caller to refresh using bit information

liunx

Guest
I have an .asp program which launches a pop up window (window.open).
This new pop up allows the user to perform several functions.
For one of the functions, the pop up windows needs to return a true/ false bit indicating that function was used.
The .asp program needs to then interrogate the bit information, and if the function was used (True), the .asp program needs to reload itself.

Any help is much appreciated........you could just set a varaible in your calling script to false.

on your child window use. window.opener.functionName();

and inside the function set the value to true.
 
Back
Top