Hi!
I have form in jsp. I submit the dat from 3 textboxes. Then I get the
results in 2nd page, they also need to be submitted to 3rd page.jsp. I would
like to submit this values automaticly from 2nd page to 3rd page.
Is there any known method except:
<body onload="document.formname.submit();">
it keeps telling me the message:
Object doesn't support this property or method!
Any good idea to slove this?