Susan Laing wrote:

> Can anyone help me.  My problem is that we need to access images from an
> external web site and return them into our own web pages.
>



including extzernal images should be no problem given you know the location;
just include the absolut path of the image in the src attribute in your response.

...
out.println ("<img src='http://www.xyz.com/images/blabla.gif'>");
...


> To do this we formulate a URL including username, password and some
> other image specific information.  When we call this URL we
>
> are given back the url to the image we need.
>


can you give a little more information on the scenario?
- is it necessary at all? (why do you need a password? are the images retrieved
from a database?...)
- how to you get back the url of the image?
- etc.

Markus

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to