NetTalk Central

Author Topic: xHTML code in NetWebBrowse Header field  (Read 3882 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 331
    • View Profile
    • Email
xHTML code in NetWebBrowse Header field
« on: August 27, 2012, 12:28:38 PM »
Hi Guys,

When I add some xHTML code in the header field of a NetWebBrowse header field, and the NetWebBrowse is a child of a parent browse, the search functionality of the parent browse stops working.

Test:  When I remove the xHTML code, the search functionality of the parent procedure resumes.

Am I doing wrong perhaps?




Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11308
    • View Profile
Re: xHTML code in NetWebBrowse Header field
« Reply #1 on: August 27, 2012, 09:46:11 PM »
the most likely reason (and almost certainly the actual reason) is that your xHTML code is not valid xHTML.

You can see this in the Firebug Console window when the browse stops working.

If you want to paste your xHtml code here, we can take a look and confirm or reject the diagnosis.

cheers
Bruce

rupertvz

  • Sr. Member
  • ****
  • Posts: 331
    • View Profile
    • Email
Re: xHTML code in NetWebBrowse Header field
« Reply #2 on: August 28, 2012, 12:03:43 PM »
Thanks Bruce,

I tested with '<br />' and it works :-)
Will check my code.

Regards
Rupert