1 Reply Latest reply on Jun 8, 2004 5:40 AM by darranl

    strange problem

    zhangj

      I hava a screen on web,there is an iframe,the content displayed in frame is depands on the parameter pass
      for ex.,:
      form.action="thepage.jsp?para=A"
      then the iframe display contentA
      if form.action="thepage.jsp?para=B"
      then the iframe display contentB

      what's stenge is:
      userA from pcA access the server and do
      form.action="thepage.jsp?para=A"
      the userB from pcB do:
      if form.action="thepage.jsp?para=B"
      at the same time,the contentB display on both pc
      why? what's the solution?
      I'm using JBoss 3.2.3