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?
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.