JavaScript returned by AJAX is not working. How to work with JavaScript?

前端 未结 6 1213
天涯浪人
天涯浪人 2020-12-12 06:52

this is my page Test1.asp






        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 07:33

    By default JavaScript contained with AJAX responses is not executed.

    There is no point in building an Ajax handler from scratch when this problem has already be solved in various libraries just as jQuery and Prototype.

提交回复
热议问题