Re: Image scrape
- From: "Igor Tandetnik" <itandetnik@xxxxxxxx>
- Date: Mon, 15 May 2006 13:23:53 -0400
nicknack <nickdel@xxxxxxxxx> wrote:
Eh, can you scrap an image from a website that is not within the <img>
tags?
Basically: I have the url for many pictures and I want to be able to
run through these url's using ASP and output all the images to one
page.
You can't output images on HTML page: you can only output <img> tags on
HTML page. When the browser (not the server) sees such a tag it would
retrieve actual image bits from the URL specified in src= attribute.
So, you can simply generate a set of <img> tags all pointing to the URLs
you say you already have. Or, you can download images server-side, store
them locally, then generate a set of <img> tags with URLs pointing to
your server.
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
.
- Follow-Ups:
- Re: Image scrape
- From: nicknack
- Re: Image scrape
- References:
- Image scrape
- From: nicknack
- Image scrape
- Prev by Date: Image scrape
- Next by Date: Re: Image scrape
- Previous by thread: Image scrape
- Next by thread: Re: Image scrape
- Index(es):
Relevant Pages
|
|