I have this:
it works but i need to submit the VALUE of both drop down to another page for a mysql query. Right now the only way the drop down will work is if the VALUE of both are the same.
how can I assign something different for it to match against, instead of VALUE
UPDATE
after adding my mysql query to the drop down it stops working after the 20th record in the first drop down. It’s exactly the 20th. the drop down has 150 records.
I put my code on jsfiddle and pastebin because I don’t want it coming up on google.
UPDATE 2
after spending hours on this issue i am still unable to figure out what is causing this issue. i’ve changed my queries and still no luck. Any ideas why this is happening?
why not put a class
like so
and then just
here is a live example
http://jsfiddle.net/JKbjV/1/