Click here to Skip to main content
15,906,467 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

can anyone tell me if and how can i search:
http://support.it-mate.co.uk/downloads/hphosts.zip?

the user will enter a website url in a text box called 'txturl' and then click a button called search and if 'txturl.text' matches any of the urls in that zip file stated above then form2.vb will show.

and

how can i get the form to search a url's html code and look for javascript or hidden code? example; www.website.com

is there a way of doing this, i have been searching for an answer for pasrt three days but cannot find anything yet?

any help much appreciated

thanks in advance to any helpers
Posted

1 solution

Use WebClient to download the HTML/ZIP the search the HTML text or use a ZIP library to unzip the ZIP file and search all the unzipped files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900