- [MFC] Using IWebBrowser2 => Navigate with TargetFrameName
- Posted by Emin Tarajan on April 18th, 2005
Can someone explain me how i can use the Navigate method to target a
specific frame within a frameset?
I tried the following way:
VARIANT vargFrame = {0};
VariantInit(&vargFrame);
vargFrame.vt = VT_BSTR;
CString mainFrame = "<anyFrame>";
vargFrame.bstrVal = mainFrame.AllocSysString();
m_browserWindow.Navigate(strURL, NULL,&vargFrame,NULL,NULL);
... But it does not work
Any help is highly appreciated.
Thanks in advance for your advice!
Emin.
Similar Posts
- Use a wheel to navigate through this website! (Graphics & Designing) by Davide Montellanico
- Msinstaller starts itself while I navigate in IE6 (Home and office) by jjpof
- How to print XSL formatted XML in MFC using IWebBrowser2 (Development Resources) by Paresh
- IWebbrowser2 Sessions persist across multiple invocations (Development Resources) by tsantosh.kumar@iflexsolutions.com
- Navigate (Development Resources) by Marco

