If you're just batch processing once, at time of publishing, you will have
to write an application that makes a request for a particular url (like
page1.aspx) and parses the resultant HTML.  That could be done with the
WebRequest.Create() method to get a WebFileRequest object.

If you want to deal with the possiblity of processing/executing linkied
jscript files you'll probably want to use the web browser control/class
in .NET 2.0

On Wed, 8 Mar 2006 15:48:47 +0000, Paul Cowan <[EMAIL PROTECTED]> wrote:

>I do not want to check it for every request.
>
>I just need to know that the image in question is contained in the HTML
>document that is in the request the application will make.
>
>[EMAIL PROTECTED]
>
>
>
>
>>From: Steve Johnson <[EMAIL PROTECTED]>
>>Reply-To: "Discussion of advanced .NET topics."
>><ADVANCED-DOTNET@DISCUSS.DEVELOP.COM>
>>To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
>>Subject: Re: [ADVANCED-DOTNET] HTTP help
>>Date: Wed, 8 Mar 2006 08:29:09 -0700
>>
>>On 3/8/06, Peter Ritchie <[EMAIL PROTECTED]>
>>wrote:
>> >
>> > You want to ensure a page has a link to a particular jpg file?  i.e.
has
>> > <IMG src="image1.jpg">?  That sounds like a time-of-publishing action;
>>why
>> > would you want to check that for each request?
>>
>>
>>
>>My guess is that he's trying to circumvent tools such as Firefox's
AdBlock
>>extension.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to