0 Replies Latest reply on Jul 4, 2006 8:46 AM by happynewbi

    interaction with several server

    happynewbi

      Hello
      I would like to know if it is possible to have an interaction between Web pages located on different application servers.
      Example:
      - the page parent.jsp on serverA
      - the page child.jsp on the server B

      The parent.jsp page opens the child.jsp page (with code Javascript: window.open (...)).

      With the closing of the child.jsp page, the parent.jsp page shows an Alert message.
      If the 2 pages are on the same server, then it works goes perfectly but don't work if pages are on different server.

      How can i do??? :-(
      I specify that these pages are on a JBOSS 3.2.5 server