PDA

View Full Version : Unable to open html page with frame tags using QTextBrowser



sreeman
18th January 2011, 11:20
I am unable to open html page with frame tags.
For example
<html>
<head>
<title>CP Reference Manual (10/198 17-CNL 121 106, Rev B)</title>
</head>
<frameset cols="25%,*">
<frame frameborder="no" src="./contents.html" name=contents>
<frame frameborder="no" src="./debugCommands.html" name=main>
</frameset>
</html>

wysota
18th January 2011, 12:48
QTextBrowser doesn't handle frames. If you want frame support, use WebKit (QWebView).