Is there a way that i could have my program only take certain things off a webpage and print them onto a form, oppose to taking everything off of the webpage and printing it.
Thanks
Printable View
Is there a way that i could have my program only take certain things off a webpage and print them onto a form, oppose to taking everything off of the webpage and printing it.
Thanks
obviously this can be done but the total lack of information provided as to WHAT you want to parse out makes it impossible to give any specific answer. Generically, what you have to do is read the web page in its entirety, parse out what you want and print it. If you are asking can you read only part of the source for a web page, then no, I don't see how that could be done.