Hi,
Can anyone help me out for this following question,
i have the text field with some value in jsp page with form submit.
when click the submit button, java script is called and get the entered value or default value to
compare and initiate some calculation.
how do i get that value?
i tried the following,
alert("new value--::" +document.forms.xxx.value); -> not giving expected result!!!, i mean old form value, i need this value?
document.getElementById('allure.allureId').value - giving updated value.
Regards,
ganesan