part of the program i am creating requires me to print out all of the links from a desired webpage.

I have absolutely no idea on how to go about this.

help?


thanks

Recommended Answers

All 2 Replies

Google for an HTMLParser, then use that to parse the page, and then retrieve the links from that.

Google for an HTMLParser, then use that to parse the page, and then retrieve the links from that.

been reading on this all day and haven't made any progress. i've tried all the example codes for parsers that i found on google and none of them work....

still need help

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.