| 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
|
|
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
|
 |
 |
|
|
subject: Downloading Excel file in jsp
|
|
|