Hi,
I have TCS5 (FM12 and RH11), but am now trying FM12's publish feature. So far, Chrome and Firefox work well. In other words: I click on an item in our application software and the browser opens and jumps at the proper location (where the CSH marker is). But IE11 only opens up the proper file. So what the user see is the beginning of the HTML file and has to search for what he/she wants in the file, which defeats the purpose of CSH marker.
It seems that the tag-attribute pair used by RH when generating HTML5 is <a name="CSH_1">. According to w3school (HTML a tag), the "name" attribute is not supported in HTML5 (they say to use the global id attribute instead). So, I guess that IE simply does not support the name attribute. Obviously, one wonders why TCS uses an attribute which is not part of the HTML5 standard. But there is no use getting into that. ;-) Therefore, my questions would be, in order:
- Is there a way for IE to work properly with the name attribute?
- Is there a way to get FM or RH to export HTML5 using the global attribute?
- Is there an existing way (script?) to replace the name attribute by the global id attribute? If I do it myself, will the mapping mechanism still work?
Many thanks!