• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Download CSS to client

 
Ranch Hand
Posts: 201
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone,
I'm fairly new to Java and JSP, so therefore if I'm not clear, please forgive me.
I have a jsp page with an excel icon that will allow my users to click on the icon and be able to download the jsp page as an excel spreadsheet. However, my only problem is that when you save the file, it does not save the corresponding stylesheet that is provided within the <LINK> tag. Therefore all of the formatting is lost. Does anyone have any suggestions or ideas? It would be much appreciated.
Thank you!
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shannon,
Welcome to the ranch.
This isn't really a JSP question so you should ask it in the HTML/Javascript (or ask a bartender to move it there).
Additional information that might be needed to help you out include the download mechanism you are employing to get the page into excel.
Generally, linked resources such as images, script files, style sheets and the like will not download as they are not part of the page. With more information on what you are doing and why, an alternative solution that satisfies your requirements might be found.
hth,
bear
[ July 22, 2003: Message edited by: Bear Bibeault ]
 
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm going to move this to HTML/JavaScript and see if you can get an answer. If not, we can try moving it someplace else
reply
    Bookmark Topic Watch Topic
  • New Topic