<?php
> Header("Location: anypage.php");
> exit(); //stopping the script
> ?>

No, he wants to launch a script after Javascript has processed.
PHP is run on the server, Javascript on the client so Javascript has to run 
after PHp is finished.
For him to launch a Javascript code, he can only do it by contacting the 
server and asking it for a page.
The only way to do it with Javacript and PHP without changing the page you 
are on is to use an invisible frame, which he said he didn't want to.

So, it is impossible with only Javascript and PHP.

But he can do it with Java or Flash to talk to his server.
But you must handle either pretty well to do it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to