If you're talking about a header:Location redirect with PHP, then no you can't launch a pop on the page that is doing the redirecting.
The headers are telling the browser to go to the page specified in "Location". So the browser does that... and at that point it's gone and doesn't even bother reading any more code on the page.
|