I’m working in a browser…
We have a field named SA, which is a dialog/list box type of field.
Can the selected value of SA be displayed in an Alert box? If so, what is the syntax? I can’t get it to work.
Thank you
I’m working in a browser…
We have a field named SA, which is a dialog/list box type of field.
Can the selected value of SA be displayed in an Alert box? If so, what is the syntax? I can’t get it to work.
Thank you
Subject: Alert box to display a form field?
alert("Value= " + window.document.forms[0].SA.value)