when requested server through XMLHttpRequest [open("GET","scr.php?par="+document.form.input.value,false)] i got (sorry for my english) next difficulty:
FireFox converts values of form elements to utf-8 and sends as utf-8 when page opened directly by typing URL, otherwise (opened through link) sends as utf-8 without converting, ie6 don't convert at all.
|