I have an
applet tag in my
JSP. (using
Java 6. 21)
This worked fine in all browsers , but it crashed in IE 9. When I removed the below code it worked fine.
Of course, it went to Quirks mode and whole alignment was disturbed.
Another workaround is to upgrade Java.
But is there anything I can do in code to fix this? Is there a different DOCTYPE which will fix this issue?