I am writing the page as html. where the span values are question mark. no values are displayed.

Qt Code:
  1. out << m_WebView->page()->currentFrame()->toHtml() << "\n";
To copy to clipboard, switch view to plain text mode 


var msg_proce = "<span style=color:red>??????...</span>";
var msg_success = "<span style=color:red>????</span>";
<span style=font-size:15px;color:red>??????????,<a href=?action=valet.ordersell>????</a></span>

HOW CAN I GET THE SPAN VALUES. PLEASE HELP.