6 Replies Latest reply on Dec 1, 2008 9:22 AM by panky_p

    a4j:jsFunction not working in google chrome browser.

    panky_p

      Hi,
      In my sample a4j:jsFunction is not working in Google chrome browser, where as the same sample work on IE6 and Firefox.
      the code is

      <script type="text/javascript">
       window.onunload = function() {
       userLogout();
       }
      </script>
      
      <a4j:form>
       <a4j:jsFunction name="userLogout" action="#{identity.logout}">
      </a4j:form>
      


      I am using RF- 3.2.2.SR1 with Seam 2.1.0.SP1

      Is there anything to do for Google Chrome.

      Please let me know!!!!