Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. SPAN VALUES ARE NOT COMING IN HTML
Forum Updated to NodeBB v4.3 + New Features

SPAN VALUES ARE NOT COMING IN HTML

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 3 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • appollosputnikA Offline
    appollosputnikA Offline
    appollosputnik
    Banned
    wrote on last edited by
    #1

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

    [code]
    out << m_WebView->page()->currentFrame()->toHtml() << "\n";
    [/code]

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

    HOW CAN I GET THE SPAN VALUES. PLEASE HELP.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      An issue with the encoding might have caused the questions marks. What is the encoding of the web page?

      http://anavi.org/

      1 Reply Last reply
      0
      • C Offline
        C Offline
        ChrisW67
        wrote on last edited by
        #3

        You were given the same answer in the other forum you posted the same question to: http://www.qtcentre.org/threads/55172

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved