rashmi_k28 Posted November 4, 2008 Share Posted November 4, 2008 hi, How to force and open the file in word format. As in Firefox , asks whether to open or download.How to add the pop up small window in IE as in Firefox. Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/ Share on other sites More sharing options...
BoltZ Posted November 4, 2008 Share Posted November 4, 2008 Are you asking how to open a popup window? How to let the user download a zip file? You are being vague my friend. Expand your words Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681852 Share on other sites More sharing options...
rashmi_k28 Posted November 4, 2008 Author Share Posted November 4, 2008 I have the code which opens the file in word format when clicked on link. In Mozilla browser, a window opens asking whether to open the file or save on the disk. But in IE it doesnot ask and just opens in word format. I want something similar to Mozilla. Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681862 Share on other sites More sharing options...
BoltZ Posted November 4, 2008 Share Posted November 4, 2008 I have the code which opens the file in word format when clicked on link. In Mozilla browser, a window opens asking whether to open the file or save on the disk. But in IE it doesnot ask and just opens in word format. I want something similar to Mozilla. ..Mind posting the code so we can see whats wrong..? Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681866 Share on other sites More sharing options...
rashmi_k28 Posted November 4, 2008 Author Share Posted November 4, 2008 header("Pragma: public"); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); header("Cache-Control: public"); header("Content-Type: application/msword"); Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681868 Share on other sites More sharing options...
rashmi_k28 Posted November 4, 2008 Author Share Posted November 4, 2008 How to get the dialog as we get in Mozilla for IE. I ahve attached the image below [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681895 Share on other sites More sharing options...
Adam Posted November 4, 2008 Share Posted November 4, 2008 Why what does IE do? If the browser doesn't have an "open with" dialogue box there's no way of getting one to appear..? IE does have the "Open", "Save As" (or something) and "Close" dialogue box, I think firefox's is just better! Adam Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-681899 Share on other sites More sharing options...
BoltZ Posted November 4, 2008 Share Posted November 4, 2008 Oh so your just asking how to make a save box when someone downloads something? Link to comment https://forums.phpfreaks.com/topic/131304-window-in-ie/#findComment-682123 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.