Quote:
Originally Posted by pigro
Changed
I've the same problem ... the script send the query to my db but the field "girl" and "prive" have no values... 
|
I don't see any 'girl' id in your markup, it's a 'girlvalue' instead to the textarea. And you have the id 'prive' asssigned to a select which mean you can't use value but selectedIndex.
http://www.javascriptkit.com/jsref/select.shtml
best regards
.