Ярослав
Новичок
IE 6 https download
Проблема в следующем.
При загрузке данных выдает ошибку
---------------------------
Microsoft Internet Explorer
---------------------------
Internet Explorer cannot download report_module_cursisten.php from 192.168.10.160. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
---------------------------
OK
---------------------------
Вот хедеры
в мозиле и в ИЕ7 все работает
Нужно именно в ИЕ6.
Спасибо
-~{}~ 03.07.07 17:02:
Кстати на http в 6 работает
Проблема в следующем.
При загрузке данных выдает ошибку
---------------------------
Microsoft Internet Explorer
---------------------------
Internet Explorer cannot download report_module_cursisten.php from 192.168.10.160. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
---------------------------
OK
---------------------------
Вот хедеры
PHP:
header("Content-type: application/vnd.ms-excel");
header('Content-Disposition: attachment; filename="report_module_cursisten.cvs"');
header("Accept-Ranges: bytes");
header('Content-Length: ' . strlen($temp));
echo $temp;
Нужно именно в ИЕ6.
Спасибо
-~{}~ 03.07.07 17:02:
Кстати на http в 6 работает