Hi,
I have a Struts custom tag (a drop down list) about 5 items in the list with the first just being blank.
I want to validate this using javascript but I dont know how to read/get its value in javascript.
any ideas ?
the above is the tag with generates the list.
thanks
I have a Struts custom tag (a drop down list) about 5 items in the list with the first just being blank.
I want to validate this using javascript but I dont know how to read/get its value in javascript.
any ideas ?
Code:
<TCS:doctypes noneallowed="true" />
the above is the tag with generates the list.
thanks