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

How to do all this things?

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi everyone, I have some questions and I hope you will help me:
First: How to provide printing functionality to me web pages? (Using Servlets and JSP).
Second: How to implement hyperlinks without underling?
Third: How to make me pages ("unsaveable")?
Forth: If they're any tool enabling developing JSP visually (like drag and drop way)?
-----------------------------------------------------------------------
If Newton saw your eyes before he see the apple, then he will know that the gravity is another thing.
 
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:
  • Report post to moderator
1) Nothing at all to do with JSP and Servlets. Printing is a client-side activity.
2) Requires CSS (Cascading Style Sheets) -- another client-side technology.
3) Your JSP pages cannot be obtained from the client in source form (put them under WEB-INF and access them through a servlet if you want to be absolutely sure). The HTML pages generated from your JSPs cannot be protected. They have to be sent to the browser to be displayed, and as such are available on the client.
4) None that I know of (and firmly believe that this is a good thing).
Your first 2 question would be better answered in the HTML/Javascript forum.
bear
[ December 09, 2003: Message edited by: Bear Bibeault ]
 
Bear Bibeault
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:
  • Report post to moderator
Please continue any discussion here.
bear
 
When you have exhausted all possibilities, remember this: you haven't - Edison. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
    Bookmark Topic Watch Topic
  • New Topic