Add the following code to the javascript block.
Happy Coding !!
#if ($browserSniffer.getMajorVersion($request) < 9) <meta http-equiv="X-UA-Compatible" content="IE=8" /> #else <meta http-equiv="X-UA-Compatible" content="IE=9" /> #endthis will make the jsp compatible with IE 8 or IE 9
Happy Coding !!