Assign JavaScript variable to Java Variable in JSP

后端 未结 7 1428
猫巷女王i
猫巷女王i 2020-11-30 04:49

Ello there,

I\'m trying to assign the value of a javascript variable to a java variable. But I don\'t have clue how to do this? Say for example I have this:

7条回答
  •  心在旅途
    2020-11-30 05:28

    JavaScript is fired on client side and JSP is on server-side. So I can say that it is impossible.

提交回复
热议问题