onClick function call using scriptlet

后端 未结 3 759
Happy的楠姐
Happy的楠姐 2021-01-21 04:28

I want to use scriptlet to write the function called when clicking the Execute Test button This code didn\'t work :

Here\'s my jsp code :

<%@ page lan         


        
3条回答
  •  悲&欢浪女
    2021-01-21 04:43

    I think you're confusing Java functions and Javascript functions i.e., server-side vs client-side.

提交回复
热议问题