document.getElementById(p_TextfieldName).value
631658Sep 9 2009 — edited Sep 11 2009How can I find prior value in text field and current value in text field? Can I use document.getElementById(p_TextfieldName).value?
If not, how can I find out some like prior.value and current.value in a text field?
Thank you.
David