Hi! I am using:
<?php header('Content-Type: application/msword'); header('Content-Disposition: attachment; filename=test.doc'); readfile("test.doc"); ?> What changes should be made to this code to skip the dialog box asking Open, Save, Cancel and go right to the opening the MSWord file outside the browser? Thanks, Maris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php