When i run my programs in local host i get a error page sign on bottom left hand corner. its doesn't hoinder the perfomance but i want it go off before production date.Any clues?? [ April 22, 2008: Message edited by: Bear Bibeault ]
Originally posted by Amit M Tank: Is it the javascript error icon?
its a yellow triangle witha n exclamation mark!
Amit M Tank
Ranch Hand
Joined: Mar 28, 2004
Posts: 257
posted
0
Yes it is a javascript error on your page. You need to post the error in the javascript forum with the page content so that experts can help you on that.
lina ajay
Ranch Hand
Joined: Apr 04, 2008
Posts: 31
posted
0
Originally posted by Amit M Tank: Yes it is a javascript error on your page. You need to post the error in the javascript forum with the page content so that experts can help you on that.
but idon't know which snippets to post it not specified exactly which one..
"linv", you have previously been warned on one or more occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it prior to your next post.
Your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.
Be aware that accounts with invalid display names are disabled.
Do a view source of the page and check the line130. There must be some java script fucntion called at line 130. The you relate that in your JSP/Servlet. If possible post the entire page here so as to get help from experts.
lina ajay
Ranch Hand
Joined: Apr 04, 2008
Posts: 31
posted
0
Originally posted by Amit M Tank: Do a view source of the page and check the line130. There must be some java script fucntion called at line 130. The you relate that in your JSP/Servlet. If possible post the entire page here so as to get help from experts.
thanks for u'r response..i resolved it ..changed code in servlet..
lina ajay
Ranch Hand
Joined: Apr 04, 2008
Posts: 31
posted
0
resolved !!
changed cde from servlet req.getRequestDispatcher(this.O_RESPONSE).forward(req, res); to res.sendRedirect(returnSvrPath + this.O_RESPONSE);
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.