![]() |
| |||||||
| Sponsored Links |
![]() |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Hi, I have a drop down on a page where user selects a value and then a excel file opens up it works good in mozilla but in IE it doesnt open up the excel file i see a new page been open but then suddenly it closes the file i have checked the popus in IE and i dont know what the problem is Here is the code Code: <%
Response.ContentType ="application/vnd.ms-excel"
getid=Trim(Request.querystring("id"))
Response.write getid
%>
I see the output written when i use mozilla but it just doesnt work in IE. I am using IE 7.0 any idea todd |
| Sponsored Links |
|
#2
| ||||
| ||||
| Todd, I don't see why it would work in FF and not IE. Is it not working on your machine or someone else's machine? Based upon the code you provided, I don't see where it would be causing that problem. |
|
#3
| ||||
| ||||
| Todd, what version of Office is installed on the machine? I think there is a bug with Office 2000 which may cause this problem in IE.
__________________ jmurrayhead If you agree with me... click the icon! If my post solved your problem, click the button in the lower right-hand corner of the post.If you like it here...throw us a few bones to help support us. Join our Folding team: DeveloperBarn Folding |
|
#4
| ||||
| ||||
| Have you tried reducing the security for IE7... I've ran into issues where ie7 prevents a page from being displayed or app opened whereas ie6 would open it just fine. |
|
#5
| |||
| |||
| Quote:
The better option IMO is to 'force' a download of the excel file, they can choose to open it but it would be under the Browser's Temp folder. If you're interested in this, I have a script that can do this |
|
#6
| ||||
| ||||
| Due to inactivity of 14 days, this thread is deemed abandoned and is now closed. If this thread was marked as "Solved", the orginal poster may mark it as "Unsolved" via the Thread Tools menu, thus re-opening the thread. If this thread was not marked as "Solved", the original poster may re-open the thread via the Thread Tools menu. Regards, richyrich DeveloperBarn Forums Moderator |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|