Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rperich

    Cannot make IE default cause it's grayed out!

    They want to force me to use an antiquated browser at work and have grayed out the checkbox to make IE the default browser when clicking on hyperlinks. Anybody got a way around this so I can stop using the old browser and start using the new?
  2. rperich

    Returning wrong response

    The only thing I can think of is with code like this SomeServlet extends HttpServlet { private MyQueryResults mq; doPost (HttpS... ) { --Do a query on the account number-- --and place into MyQueryResults-- } } This is a bad practice because you have not protected the query...
  3. rperich

    getContextPath()

    As you may know, when using getContextPath() in a .jsp, it allows you to forget about hardcoding int the first part of the URL in your code. The situation I wish to address is when you are using images, style-sheets, etc during websphere development. Does anyone know of a way for me to encode...

Part and Inventory Search

Back
Top