change dropdown element in the form depend on the date user select

Hello Cheesegrits
I have a problem with hall value. Hall value is an element of dropdown and II got it's value as
var $hallID = $('vks___hall');
var hallvks = $hallID.value;
and ajax data is as in the ua2.png - correct before sending to server.
I think the problem is in cyrrilic. hall value has cyrillic symbols and number (1 or 2). Ajax it's seems to me has problem with cyrillic so cyrillic part is cut.... and I've got in php only number 1 or 2.
Actually in my case it's not a problm user_ajax got number 1 or 2 and it's possible from number to restore hall value but it's not common case.
 
Last edited:
For Cyrillic, you'd need to encode it with something like encodeURIComponent(), then on the server side, urldecode() the value.

I can't think of a way of doing the 'read only until clicked' thing.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top