![]() |
|
need help searching a webpage - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: need help searching a webpage (/Thread-need-help-searching-a-webpage) |
need help searching a webpage - FrostByte_mybb_import5923 - 09-10-2011 so i need a little help, i need to be able to search a webpage for specific content, in this case i need to look through the source and if it finds the content - <input class="input" type="text" name="search"> then it to print back, webpage has a search box, how do you search for he string of text. RE: need help searching a webpage - blowdoof - 09-11-2011 are you aiming at 1 specific site or more kind of a general function? a solution would be to loop trough the elements. |