JSP Images wont display in firefox?
[nobr]Hi,
I need some help. Firefox doesn't seem to display an image coming from a servlet going to a jsp page.
I have this login page. Once the user enters his/her username and password. The servlet will then validate if the credentials are ok.
Once its okay the servlet will forward the username and the image location to home.jsp. Then the home.jsp will render the page.
The problem is only the username gets display its only a text. While the image doesn't get displayed.
I checked the generated page it includes the location of the image but firefox wont display it?
<h3>
Welcome DemoUser
</h3>
<font size="2"><br /><br />
<img src="C:\images\demoimage.jpg">
</font>
b/w I'm using the latest firefox 2.0.1 this problem doesn't occur in IE. IE works well in displaying the desired image.[/nobr]

