B
Bahram
Hi;
My customer selects an option from a drop down box
named "DEPT" with option of "BAGS" and "BELTS". After
selection, I want to tell them that they have
selected "BAGS" or ..
What is the syntax for the selected value?
I have tried the followings but none worked"
<% respone.write(DEPT.value.option) %>
<% respone.write(DEPT.value) %>
<% respone.write(DEPT) %>
Thanks in advance
My customer selects an option from a drop down box
named "DEPT" with option of "BAGS" and "BELTS". After
selection, I want to tell them that they have
selected "BAGS" or ..
What is the syntax for the selected value?
I have tried the followings but none worked"
<% respone.write(DEPT.value.option) %>
<% respone.write(DEPT.value) %>
<% respone.write(DEPT) %>
Thanks in advance