NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Neil Porter on April 23, 2015, 02:51:30 AM
-
I have a NetWebBrowse procedure where a couple of column headings are much larger than the actual column data.
I've got into the habit of ticking the allow xHTML in header box and splitting the header text into 2 rows - 'Scheduled</br>Start'
I haven't touched that procedure in a while. To be honest I haven't had much cause to make any changes to my Nettalk web servers, but I made a minor change the other day, and noticed that this browse was no longer refreshing properly. If I applied a filter, or even tried to page up and down the browse would just fade to the background and never come back. If you right click the window and reload, then the browse comes back with the next page, or filter applied.
After a lot of experimenting, I've narrowed it down to the xHTML in the header. Remove the tick and take out the </br> and everything works as expected.
I'm afraid I don't know exactly when it stopped working, but it doesn't seem to work in version 8.32 and it still doesn't work in 8.44
Regards,
Neil.
-
Hi
I might be wrong (again) but valid br -tag in xhtml is <br />, not </br>
:: rainer
-
Rainer is correct.
-
oops, it must have worked by fluke in the past.
Thank you for putting me straight.
Regards,
Neil.