Applet and JSP Communication

前端 未结 2 1651
梦如初夏
梦如初夏 2020-12-07 03:20

I want to get the value of a variable which is dynamically assigned after the applet load in client side. Applet is embedded in a JSP page. Within that JSP page I want to ge

2条回答
  •  伪装坚强ぢ
    2020-12-07 04:20

    This has nothing to do with JSP. You want to obtain a variable that resides on the client (applet). So you have to do this with javascript. See here and here

提交回复
热议问题