Export to HTML
anthonybryan
Posts: 2
When Exporting results to HTML, the page doesnt load correctly. I cant see the icons, or expand the trees.
The Icons show Red Cross, and clicking results in jscript error "could not get the display property"
The Icons show Red Cross, and clicking results in jscript error "could not get the display property"
Comments
If you can't get it working on IE6 and up (which I believe is the only one this is tested on) then feel free to email the HTML file to support@red-gate.com so we can have a look.
Images are not displayed, because IE6 does not support base64-encoded inline images. There is no workaround for this. The tree will not expand, because IE 6 does not support the 'table-row' value of the display property, which is used in the JavaScript. There is a workaround for this: In the HTML file's source, replace all occurrences of
table-row with block. You will now be able to expand the tree by clicking on the red crosses.Project Manager,
Redgate.