I'm trying to send the following header to force ms-word to open a html document

header("Content-type: application/msword");

header('Content-Disposition: attachment; filename="invoice.doc"');

it works in Mozilla but NOT in IE..

any ideas as its driving me crazy..


tia


pete

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



Reply via email to