Thread
:
how to get jscript validation with <select name=test[]>
View Single Post
May 21st, 2006, 8:53 PM
#
2
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 874
Rep Power:
4
You are almost there. Change
(
Toggle Plain Text
)
<select name="contact
[]
" multiple>
<select name="contact[]" multiple>
and remove the [] in red.
You didn't show how you were calling the validation function. Is that working?
The Dark
View Public Profile
Find More Posts by The Dark