View Single Post
Old 10-02-2013, 01:04 PM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,228
The only thing I can think of is to do it using http push or comet.
- Source page that spawns popup has jquery requesting blah.php every second waiting for a value of "true"
- Source page loads popup
- Popup shows whatever, onUnload it runs a script to set blah.php to true
- Source page get's it's true signal and does whatever

Can be made more "live" using http push but that's the idea basically here.

Last edited by k0nr4d; 10-02-2013 at 01:05 PM..
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote