I made a program that goes to a page with frames! The first frame is called Main and the second one is called Header. I want it to get the title of the Main Frame. If u need more explaining, please say so. Thanx in advance
Printable View
I made a program that goes to a page with frames! The first frame is called Main and the second one is called Header. I want it to get the title of the Main Frame. If u need more explaining, please say so. Thanx in advance
Use the inet control to navigate to "main.htm", and then i think the code is
inet1.title ' or something similar, im not sure on the exact syntax
this will return the title of the web page
Is this thread what you are looking for?