I have 2
jsp's ...in jsp1 I have a row with two cells empty whose values are created in jsp2 .I should select a row and onclick of button 'go' should proceed to jsp2.In jsp2 I prepare the two values and on click of Add button in jsp2,the values should be passed onto jsp 1 and set in appropriate cells.I wrote a javascript in jsp2 for preparing values and have those 2 values in 2 JS variables.How should i fetch these values and put in the appropriate cell of jsp1? plzzz help me put! thnku...