Search:

Type: Posts; User: trexi

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,260

    Re: combobox unicode problem

    ok. i figured it out. There was problem with sending String.. Now i send ID instead of String..

    combo.jsp


    ...
    function showEmp(nerast_value)
    {
    ...
  2. Replies
    3
    Views
    2,260

    Re: combobox unicode problem

    it get me error " 'document.getElementById(...)' is null or not an object" from line 49.
    Line 49: document.getElementById("nerastnazov").value =" ";
    (This line is in the function stateChanged()...
  3. Replies
    3
    Views
    2,260

    combobox unicode problem

    hi,
    I am a beginner in Java, JSP, and Ajax and I'm trying to create a simple form with a combobox which reads names of minerals from a database and then prints their ID.
    My problem is, if I get...
Results 1 to 3 of 3