A Simple AJAX with JSP example

前端 未结 3 988
梦如初夏
梦如初夏 2020-11-30 08:07

I am trying to learn AJAX with JSP and I have written the following code. This does not seem to be working. Kindly help:

This is my configuration_page.jsp

         


        
3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 08:48

    You are doing mistake in "configuration_page.jsp" file. here in this file , function loadXMLDoc() 's line number 2 should be like this:

    var config=document.getElementsByName('configselect').value;
    

    because you have declared only the name attribute in your

    提交评论

提交回复
热议问题