I am trying to use the Javascript function update (or innerHTML alternatively) to replace some content of a div tag within a tab of dhtmlxtabbar (tabbar operating in ajax-html mode).
This works only if the string to be inserted does not contain any HTML tags, otherwise not. The same is true if I use innerHTML instead of update. Why is this the case? How can the problem be solved? Outside dhtmlxTabbar everything works fine…
******** Replacement string without any tags works fine: *******
******** Replacement string with tags does not work!!! ******