You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by eric <fs...@centurytel.net> on 2002/12/12 22:13:34 UTC

[users@httpd] about web link

Dear apache httpd user:

  Can I put a <img src "httpd://www.company2.com/photo.jpg"   code in the
webpage source of comapny1, so when we visit company1's site , we can see
that photo without hit mouse bottom?  Especially company 2 's website was
broadcast  by apache.

hgihly apprecaite your reply
Sincere Eric
www.linuxspice.com
linux/window pc for sale


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] about web link

Posted by Chris Meadors <cl...@hereintown.net>.
eric wrote:
> Dear apache httpd user:
> 
>   Can I put a <img src "httpd://www.company2.com/photo.jpg"   code in the
> webpage source of comapny1, so when we visit company1's site , we can see
> that photo without hit mouse bottom?  Especially company 2 's website was
> broadcast  by apache.

This is not an Apache question (it is also not appropriate for the other 
2 lists that you cross posted to), this is a basic HTML question.  Even 
if you try to sneak the work Apache in there, it has little to do with 
the server.

Now if you had asked, how can I keep company1 from using images on my, 
company2's, server that would be more on track for this list.

I thought you said you got a book on HTML, read it.  I would just say, 
why don't you try it, and see what happens, but your HTML is so horrid, 
it wouldn't work.

But yes, if you get the HTML right,
<img src="http://www.company2.com/photo.jpg" />
you can load an image from a server different than the one that the HTML 
page was served from.


-- 
Chris


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org