javascript « Communication « JSP-Servlet Q&A





1. Servlets and AJAX communication    stackoverflow.com

i do have a communication probleme here between my java servlet and an ajax request. more about it: Absolute path to the index.html (including javascript/ajax request): http://localhost:9080/chat/index.html In the same folder the ...

2. jsp and javascript communication    stackoverflow.com

function dropdown
{
    if(x==1)
    {
        <%String unit="apple;%>
    }

    else if(x==1)
    ...

3. JSP/Java/JavaScript Communication    coderanch.com