I have a button and everytime the button is clicked I need to pass a string variable to the next jsp page. Can you please help me with a script for this :
<INPUT type="button" value="Edit" onClick="????">
Thanks for you help in advance.
<INPUT type="button" value="Edit" onClick="????">
Thanks for you help in advance.