The moose likes HTML, CSS and JavaScript and the fly likes Downloading Excel file in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Downloading Excel file in jsp" Watch "Downloading Excel file in jsp" New topic
Author

Downloading Excel file in jsp

Ganeshkumar cheekati
Ranch Hand

Joined: Oct 13, 2008
Posts: 362
Hi
I am trying to download excel file and this is my jsp code





javascript code to open new window..




its acting differently in different versions of IE..
IN IE6 excel sheet is opening in new window which i provided in javascript...

but in ie8 excel sheet is opening in normal sheet format istead of opening in new window using javascript..

Can anyone give me solution ?

Thanks in advance...


SCJP5 and SCWCD1.5
Think Twice Act Wise...
Devaka Cooray
Saloon Keeper

Joined: Jul 29, 2008
Posts: 2691
    
    3

If your question had something to do with Java, I'd say that first you should move all these Java codes away from your JSP, as the purpose of a JSP is only to provide the output as a viewer component - it shouldn't have any business logic to be done with pure Java code.
For now, this question looks like more related to JavaScript - moving this to HTML/JavaScript forum.


Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Downloading Excel file in jsp
 
Similar Threads
getOutputStream() has already been called for this response
Configuring Tomcat 5 on Win2K and Linux
Mistakenly changed web.xml
Apache2 / Tomcat 6 / GWT 2.0 - Could use some help
Download file HELP?