Question : passin a value from one jsp to other

i want to pass a value from one jsp to to other jsp without refreshing the page, i know how to open the jsp from the orignal but don,t have any idea on how to pass a value to the orginal one,

I don,t know if this can be done with ajax.

 code to open the jsp
1:
2:
var url = "../Esp.jsp";
		 window.open(url,'','scrollbars=yes,menubar=no,height=370,width=590,resizable=yes,toolbar=no,location=no,status=no');

Answer : passin a value from one jsp to other

Make sure that any DLL's that are in the bin/Debug folder get moved as well.  If that doesn't work, please post the full error message.
Random Solutions  
 
programming4us programming4us