How can I find the title of a frame? For example there's a webpage called frames.html that views fram1.html and frame2.html I want my program to get the title of frame2.html. You know the <title> tags!
Printable View
How can I find the title of a frame? For example there's a webpage called frames.html that views fram1.html and frame2.html I want my program to get the title of frame2.html. You know the <title> tags!
Download and parse the frames page to get the name of the html pages
then download and parse those pages to determine the titles