We have a business application for thin clients, and we are going to use HTML5 on the client side (at first only for certain tasks, for example, to create SVG drag'n'drop UI and Canvas).
I know that I canโt call an HTML5 page in an iframe on a page other than HTML5 in Internet Explorer, because it will be displayed as a page other than HTML5, for example, its parent.
I can call it in a new window through javascript. But that doesn't work either. The base application has an open.window ('HTML5.asp', '_ empty') function, where HTML5.asp uses SVG and Canvas. And yes, it is tested, it works when called from an HTML5 environment.
Is there any solution or workaround to make it work? Thanks guys!
UPDATE
Thanks for the help, finally I found an error. I tried to create a simplified code for you, but I could not reproduce the error, so I again switched to our algorithm, first block by block, then line by line.
We have a dictator function, which should be the same in all systems, but itโs not :) And I used the format function from there, and HTML5 pages suffered because of this.
Thanks again:)
source share