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


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837867#3837867

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837867


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to