Hi,
I have something like this in the script :
<?
header("Content-Type: application/force-download");
header("Content-Disposition:filename=$clientname.xls");
set_time_limit(180);
passthru("d:\\perl\\bin\\perl.exe test2.pl $var  \"$query\"
\"$query1\"");
exit;
?>
 Perl script is generating Excel file.
My question is :
How to do it in PHP (maybe javascript) that after sending data to
this script first I will have window with something like " Wait,
generating file"
and when perl script is done another window with link to
generated file?
Any suggestions ?
Thx in advance.
jarek



-- 
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