Hello.
How can I get the url loading pages in Frame::createView?
I tried to get in such a way:
void Frame::createView(....)
{
//
KURL currentUrl = frameView->frame()->loader()->url();
if (isMainFrame) {
// The code which displays the url to the console
}
//
}
But I keep getting the address of the previous page.
Tell me please what could be the problem?
Best regards, Alex.
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help