Results 1 to 7 of 7
- 12-26-2011, 06:25 PM #1
Member
- Join Date
- Dec 2011
- Posts
- 3
- Rep Power
- 0
Images are not displayed on IE,firefox and chrome..
I am using jsp and servlet for my application and using tomcat server to run the app...on running the application images are not displayed on
the jsp and html..so i tried to run the html pages alone on IE..their images are working fine...i am not getting what is the problem..is any configuration is requird for loading images through server???
below is the sample code i am using for the testing purpose of this issue...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body background="../images/background.gif">
</body>
</html>
- 12-26-2011, 09:03 PM #2
Re: Images are not displayed on IE,firefox and chrome..
Have you tried changing path to the image by removing the ../ and moving the image to the referred to location?
Can you look at the contents of the HTTP GET the browser sends when it asks for the image file?
- 12-27-2011, 04:59 PM #3
Member
- Join Date
- Dec 2011
- Posts
- 3
- Rep Power
- 0
Re: Images are not displayed on IE,firefox and chrome..
yes...did all the changes..nothing works..
and how to get the content of HTTP GET ????
- 12-27-2011, 05:44 PM #4
Re: Images are not displayed on IE,firefox and chrome..
There are plugins that will show it.how to get the content of HTTP GET
Also a proxy server with tracing would show it.
And there are other debug tools (I don't remember their name) that will show it.
-
Re: Images are not displayed on IE,firefox and chrome..
Servlet may not have access permission to the folder above it. Try putting the image in the same folder as the JSP or a folder from there.
- 12-28-2011, 04:53 PM #6
Member
- Join Date
- Dec 2011
- Posts
- 3
- Rep Power
- 0
Re: Images are not displayed on IE,firefox and chrome..
Thanks bro...ur idea works..
and
norm thanks for your help.
-
Similar Threads
-
IE9 and Chrome
By turboscrew in forum Suggestions & FeedbackReplies: 2Last Post: 05-19-2011, 03:34 PM -
Radio Button options working on FF and Chrome but not on IE8
By kris_java in forum Advanced JavaReplies: 2Last Post: 09-01-2010, 04:57 PM -
images not displayed by netbeans
By R_Upadhyay in forum NetBeansReplies: 1Last Post: 02-11-2010, 08:04 AM -
[SOLVED] Using Google Chrome for development?
By piyu.sha in forum New To JavaReplies: 2Last Post: 10-06-2008, 09:42 PM -
Chroma chrome key
By lambeau86 in forum New To JavaReplies: 0Last Post: 03-19-2008, 12:41 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks