1 2 Previous Next 15 Replies Latest reply on Dec 19, 2008 1:48 PM by rajevar Go to original post
      • 15. Re: stylesheet not loading on IE
        rajevar

        hey , thanks for the tip but it didnt really work for me. I made a slight change to your js method so that all the css related to richfaces will also get reloaded , but the issue still exist.

        We got response from Oracle saying they cant support the issue, im not surprised :-)

        
        <script type="text/javascript">
         function load() {
         var cssTables = document.getElementsByTagName('link');
         cssTables[cssTables.length-1].href=cssTables[cssTables.length-1].href;
         }
        </script>
        


        Thanks,

        1 2 Previous Next