Well, if someone clicks a link to a image the response would be the image, according to HTTP comunication standard.
Try putting <a href="http://somehost.someserver.com/somepath/image.gif"> click here for image </a> in to your HTML. It should work. Hope it helps -reynir > -----Original Message----- > From: Peter Lee [mailto:tomcatuser@;shaw.ca] > Sent: 5. n�vember 2002 10:52 > To: [EMAIL PROTECTED] > Subject: Sending GIF image from tomat web application to browser > > > > I am trying to send GIF or JPEG images from a Tomcat web > application servlet to a browser when the user clicks on a web > link. Is there any correct way of doing this? > > Thanks > > > -- > To unsubscribe, e-mail: > <mailto:tomcat-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
