Hi 2 U all I have a <select> with no id, and its names is "sltc1[]". I want to retrieve its selection, I tried "document.form1.slct1.value" or "document.form1.slct1[].value" but faild. How do I get the value? TKS In Advance.