From: "Brent Clark" <[EMAIL PROTECTED]>

> I need to display a javascript window with some text displayed in to.
> After the execution and displaying of this windows, I have two executable
php script that perform some task for me.
> After all this I need the page to direct to another page.

Use a Javascript redirect, since displaying your javascript window is output
to the browser and you can't use header() redirection after there's been
output.

Or rethink your logic.

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to